master
Rachel Lambda Samuelsson 2022-01-20 21:14:03 +01:00
parent 9fbb930c38
commit f04fc5c4c7
1 changed files with 1 additions and 1 deletions

2
hm.cf
View File

@ -2,7 +2,7 @@ layout toplevel ;
entrypoints [Def], Exp ;
token Id ((letter|digit|'_'|'['|']')+) ;
token Id ((letter|digit|["[]_"])+) ;
comment "--" ;
comment "{-" "-}" ;