An fx-92 Scientifique Collège+ algorithmic interpreter for PC.
Go to file
Pavel Demin 3f5db406eb improve compatibility with older python 3 versions 2019-10-05 11:26:43 +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 improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00
drawing.py add relations, and most functions 2019-10-04 12:44:27 +02:00
fx92.py improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00
interpreter.py improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00
lexer.py improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00
parser.py improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00
printer.py improve compatibility with older python 3 versions 2019-10-05 11:26:43 +02:00