LogarithmPlotter/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/parsing
2023-10-09 23:28:29 +02:00
..
common.js Fixing several function calls with no argument errors. 2023-05-24 07:43:40 +02:00
parsing.js Removing old and unused bits for previously planned new parser, that would have remained unused. 2023-10-09 23:27:30 +02:00
polyfill.js Bumping copyright 2023-05-22 00:19:58 +02:00
README.md Forgot to add the parsing javascript module. 2022-10-19 01:19:52 +02:00
reference.js Minor modifications, adding usage to derivative. 2023-10-09 23:28:29 +02:00
tokenizer.js Bumping copyright 2023-05-22 00:19:58 +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.