aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow for empty string literalsHEADmasterThomas Voss 2024-09-232-103/+98
|
* Test some thingsThomas Voss 2024-09-233-269/+312
|
* A few tweaksThomas Voss 2024-09-222-234/+221
|
* Fix some grammar issuesThomas Voss 2024-09-223-459/+420
|
* Update the testsv2.0.0Thomas Voss 2024-09-143-59/+72
|
* Lots of changes once again!Thomas Voss 2024-09-143-529/+860
|
* Completely overhaul the grammarThomas Voss 2024-09-143-1440/+974
|
* Update the grammar a bitThomas Voss 2024-09-144-458/+1068
|
* 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