An fx-92 Scientifique Collège+ algorithmic interpreter for PC.
Go to file
Lephe 6151144d0a
initial commit: most of the lexing and parsing work
The program is currently able to lex most useful tokens, and parse
constructs associated with them on simple examples.

Unit tests are still missing to formally ensure everything's right.
2019-09-30 11:29: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 initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00
fx92.py initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +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 initial commit: most of the lexing and parsing work 2019-09-30 11:29:05 +02:00