LogarithmPlotter/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/parsing
2022-10-20 00:37:02 +02:00
..
ast.js Updating description line, changing tempfile to tempdir. 2022-03-05 17:49:35 +01:00
builder.js Syntax coloration first attempt! 2022-10-19 01:16:54 +02:00
common.js Syntax coloration first attempt! 2022-10-19 01:16:54 +02:00
parsing.js More autocompletion! 2022-10-20 00:37:02 +02:00
README.md Forgot to add the parsing javascript module. 2022-10-19 01:19:52 +02:00
reference.js First crack at autocompletion. 2022-10-19 23:44:04 +02:00
tokenizer.js First crack at autocompletion. 2022-10-19 23:44:04 +02:00

General information

Here lies the potential new, abandoned, cleaner implementation of the parsing system that was supposed to replace expr-eval.js, but never came to be because it's unfinished. If somebody has the will to finish this, you're welcome to try, as I won't.

Currently, the tokenizer is complete in use to provide tokens for the syntax highlighting.