Skip to content

Interpreted BASIC/Assembly inspired programming language.

Notifications You must be signed in to change notification settings

bubba2k/bisquit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Bisquit Programming Language

Bisquit is a first attempt at designing and implementing an interpreted language; Drawing inspiration from typical assembly languages and BASIC.

For a quick tour of the language, check the PDF in the /doc/ directory, and check out the supplied example programs.

To build the interpreter, go to the root of the project directory and do:

mkdir build && cd build
cmake ..
make

The bisquit_interpreter executable will then be built.

Usage:

To run a code file, do:

bisquit_interpreter <source file>

About

Interpreted BASIC/Assembly inspired programming language.

Resources

Stars

Watchers

Forks