14 Commits

Author SHA1 Message Date
PgBiel
c1bb41dc9c new decorator syntax: '// @' 2024-07-16 16:49:03 -03:00
PgBiel
fd410f230a fix tests for now 2024-07-15 12:51:01 -03:00
PgBiel
f8730b09f3 add test for decorator at end of line 2024-06-27 20:24:37 -03:00
PgBiel
9b311c1bb2 add suppress on tracepoint test 2024-06-27 20:21:34 -03:00
PgBiel
eebd7f49fe test allow with context
no tracepoints there
2024-06-27 20:01:24 -03:00
PgBiel
1b5c6e8eb8 no rendering in tests 2024-06-26 12:26:14 -03:00
PgBiel
65dc277fc5 minor decorator lexing improvements 2024-06-26 12:17:53 -03:00
PgBiel
14dfb3f630 create DecoratorMarker and DecoratorName 2024-06-26 12:17:53 -03:00
PgBiel
d35a563b3c use proper name for paren tokens 2024-06-26 12:17:53 -03:00
PgBiel
910af8322c proper decorator parsing
done directly in the lexer.
2024-06-26 12:17:53 -03:00
PgBiel
7f1e2fc513 more decorator tests 2024-06-26 12:17:53 -03:00
PgBiel
fdfd880f63 add decorator tests 2024-06-26 12:17:53 -03:00
astrale-sharp
ad4ef68a11
Lexer hint (#4346)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-06-12 12:00:22 +00:00
Laurenz
020294fca9
Better test runner (#3922) 2024-04-13 08:39:45 +00:00