working from rfc

This commit is contained in:
Rowan 2025-04-17 02:54:32 -05:00
parent 35ba1a129f
commit f748221e16

View file

@ -5,7 +5,7 @@ export const ident = seq(
char('_'),
seq(str('__'), many(anyChar)),
)),
until(' ')
until(char(' '))
)
const Keyword = [