Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completely overhaul the grammar | Thomas Voss | 2024-09-14 | 1 | -46/+24 |
| | |||||
* | Update the grammar a bit | Thomas Voss | 2024-09-14 | 1 | -4/+13 |
| | |||||
* | Support comments… sortav1.2.0 | Thomas Voss | 2024-04-18 | 1 | -1/+1 |
| | |||||
* | Modify the grammar a bit | Thomas Voss | 2023-11-09 | 1 | -9/+6 |
| | |||||
* | Simplify regex | Thomas Voss | 2023-10-30 | 1 | -2/+2 |
| | |||||
* | Make $._S pattern use ‘+’ instead of ‘*’v1.0.3 | Thomas Voss | 2023-10-29 | 1 | -1/+1 |
| | | | | | The previous pattern caused the parser to use infinite memory and eventually crash. Not good! | ||||
* | Support unicode whitespacev1.0.2 | Thomas Voss | 2023-10-28 | 1 | -3/+5 |
| | |||||
* | Allow ID- and class shorthands to have anythingv1.0.1 | Thomas Voss | 2023-10-28 | 1 | -2/+2 |
| | |||||
* | Genesis commit | Thomas Voss | 2023-09-28 | 1 | -0/+52 |