Re: [Texmacs-dev] Review Request: keywords and operators parser

2020-03-15 Thread Darcy Shen via Texmacs-dev
To reduce the risk of bugs, but do not delay the development plans: I have submitted the code with only the keyword and operator parser. And based on it, I quickly write a `dot_language.cpp` for the graphviz plugin. On Sat, 2020-01-25 17:03:18 Darcy Shen via Texmacs-dev

Re: [Texmacs-dev] Review Request: keywords and operators parser

2020-01-25 Thread Darcy Shen via Texmacs-dev
Just now, I rewrited the python_language.cpp using the keywords and operators parser. Currently, the PR rewrited the following languages: + Java + Scala + Python On Sat, 2020-01-18 22:14:54 Darcy Shen via Texmacs-dev wrote ## Keywords and Operators Parser Take Java for e