poi519 / EnterpriseBasic

Simple BASIC system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EnterpriseBasic

Simple BASIC interpreter written as an exercise in core Java.

Features implemented:

  • Integers. Boolean values are modelled by integers in old BASIC fashion: -1 is "true", everything else is "false".
  • LET, IF ... THEN ..., GOTO, PRINT, INPUT, RUN, LIST
  • Arithmetic expressions with +, -, * and parentheses. Screenshot

About

Simple BASIC system


Languages

Language:Java 100.0%