|
From: | Darcy Shen |
Subject: | [Texmacs-dev] Review Request: keywords and operators parser on Java and Scala |
Date: | Sat, 18 Jan 2020 22:14:54 +0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
## Keywords and Operators Parser
Take Java for example, we define `java-keywords` and
`java-operators` in `java-lang.scm`.
The `keyword_parser` in `java_language.cpp` will load
`java-keywords` when initialized, it will parse keywords and
calculate the corresponding keyword group for proper color.
The `keyword_parser` and `operator_parser` allow us to define
keywords and operators in scheme, this is the killer feature.
## Ref
https://savannah.gnu.org/patch/?9884
Subject: | [patch #9884] Parser: keywords and operators parser on Java and Scala |
---|---|
Date: | Sat, 18 Jan 2020 09:11:00 -0500 (EST) |
From: | Darcy Shen <address@hidden> |
To: | Joris van der Hoeven <address@hidden>, Darcy Shen <address@hidden>, address@hidden, address@hidden, address@hidden |
[Prev in Thread] | Current Thread | [Next in Thread] |