aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Support comments… sortav1.2.0Thomas Voss 2024-04-185-161/+484
|
* Modify the grammar a bitThomas Voss 2023-11-093-401/+399
|
* Simplify regexThomas Voss 2023-10-301-2/+2
|
* Make $._S pattern use ‘+’ instead of ‘*’v1.0.3Thomas Voss 2023-10-292-750/+470
| | | | | The previous pattern caused the parser to use infinite memory and eventually crash. Not good!
* Support unicode whitespacev1.0.2Thomas Voss 2023-10-282-487/+906
|
* Allow ID- and class shorthands to have anythingv1.0.1Thomas Voss 2023-10-282-22/+22
|
* Genesis commitThomas Voss 2023-09-284-0/+1621