Commit c6b36b2
committed
fix: Add missing ? and ! characters to keyword character set
Keywords now properly support ? and ! characters as required by the
specification in docs/ptc-lisp-specification.md:1388.
Fixes: Missing keyword-char support for ? and ! in parser1 parent 41e3bdb commit c6b36b2
File tree
2 files changed
+3
-1
lines changed- lib/ptc_runner/lisp
- test/ptc_runner/lisp
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments