Compare commits

...

3 Commits

Author SHA1 Message Date
Jarvis Carroll
3838a7e3c5 Parse qualified names.
This seemed like it was going to be insanely insanely complex, but
then it turns out the compiler doesn't accept spaces in qualified
names, so I can just dump periods in the lexer and hit it with
string:split/3. Easy.
2026-02-05 07:13:25 +00:00
Jarvis Carroll
d014ae0982 Handle token/parse errors more carefully 2026-02-04 07:00:39 +00:00
Jarvis Carroll
bb4bcbb7de remove 'tk' atom from file positions 2026-02-03 06:08:54 +00:00

File diff suppressed because it is too large Load Diff