An fx-92 Scientifique Collège+ algorithmic interpreter for PC.
Go to file
Lephe cd2936c582
add a first interpreter
Note that there are still bugs and the output is really not what it
should be. Will fix that with unit tests ASAP.
2019-10-01 18:05:22 +02:00
doc initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00
.gitignore initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00
ast.py add a first interpreter 2019-10-01 18:05:22 +02:00
drawing.py add SDL2 rendering with a simple test 2019-10-01 13:40:52 +02:00
fx92.py add a first interpreter 2019-10-01 18:05:22 +02:00
interpreter.py add a first interpreter 2019-10-01 18:05:22 +02:00
lexer.py initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00
parser.py add a first interpreter 2019-10-01 18:05:22 +02:00
printer.py add a first interpreter 2019-10-01 18:05:22 +02:00