Skip to content

An interpreter built in Python 2.7 for a simplified version of BASIC

License

Notifications You must be signed in to change notification settings

Archer4499/basic-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-interpreter

An interpreter built in Python 2.7 for a simplified version of BASIC

Takes code from a specified file argument or from stdin

Supports:

  • Operators: +,-,==,>
  • REM: comment
  • LET: assignment
  • GOTO: goto
  • PRINT: print
  • IF: conditional goto

Previously submitted to Monash University

About

An interpreter built in Python 2.7 for a simplified version of BASIC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published