An fx-92 Scientifique Collège+ algorithmic interpreter for PC.
Go to file
Lephe 8269ab3f19
add SDL2 rendering with a simple test
2019-10-01 13:40:52 +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 improvements on AST shape and printing 2019-10-01 07:04:02 +02:00
drawing.py add SDL2 rendering with a simple test 2019-10-01 13:40:52 +02:00
fx92.py add SDL2 rendering with a simple test 2019-10-01 13:40:52 +02:00
lexer.py initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00
parser.py initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00
printer.py improvements on AST shape and printing 2019-10-01 07:04:02 +02:00