An fx-92 Scientifique Collège+ algorithmic interpreter for PC.
Go to file
Lephe ab057abddd
add the wait command
2019-10-05 11:55:06 +02:00
doc initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00
tests add command-line options and a text lexer 2019-10-02 07:18:29 +02:00
.gitignore initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00
ast.py reimplement enum.auto() for compatibility with older python 3 versions 2019-10-05 11:46:05 +02:00
drawing.py add the wait command 2019-10-05 11:55:06 +02:00
fx92.py improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00
interpreter.py add the wait command 2019-10-05 11:55:06 +02:00
lexer.py improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00
parser.py add the wait command 2019-10-05 11:55:06 +02:00
printer.py improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00