aboutsummaryrefslogtreecommitdiff
path: root/grammar.js
Commit message (Collapse)AuthorAgeFilesLines
* Slightly tweak the grammarThomas Voss 2024-09-141-2/+4
|
* Lots of changes once again!Thomas Voss 2024-09-141-7/+21
|
* Completely overhaul the grammarThomas Voss 2024-09-141-46/+24
|
* Update the grammar a bitThomas Voss 2024-09-141-4/+13
|
* Support comments… sortav1.2.0Thomas Voss 2024-04-181-1/+1
|
* Modify the grammar a bitThomas Voss 2023-11-091-9/+6
|
* Simplify regexThomas Voss 2023-10-301-2/+2
|
* Make $._S pattern use ‘+’ instead of ‘*’v1.0.3Thomas Voss 2023-10-291-1/+1
| | | | | The previous pattern caused the parser to use infinite memory and eventually crash. Not good!
* Support unicode whitespacev1.0.2Thomas Voss 2023-10-281-3/+5
|
* Allow ID- and class shorthands to have anythingv1.0.1Thomas Voss 2023-10-281-2/+2
|
* Genesis commitThomas Voss 2023-09-281-0/+52