An fx-92 Scientifique Collège+ algorithmic interpreter for PC.
Go to file
Lephe eaaee18bc7
use the proprer line rendering algorithm
The proper Bresenham setup used by the fx-92 SC+.
2019-10-01 18:06:05 +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 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