An fx-92 Scientifique Collège+ algorithmic interpreter for PC.
Go to file
Lephe 0189d7f372
fix most remaining bugs
2019-10-02 07:17:46 +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 use the proprer line rendering algorithm 2019-10-01 18:06:05 +02:00
fx92.py add a first interpreter 2019-10-01 18:05:22 +02:00
interpreter.py fix most remaining bugs 2019-10-02 07:17:46 +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