issues
search
degory
/
ghul
compiler for the ghūl programming language
https://ghul.dev
GNU Affero General Public License v3.0
4
stars
0
forks
source link
Use scoped disposal to manage speculative parsing
#1095
Closed
degory
closed
8 months ago
degory
commented
8 months ago
Technical
Create disposable wrappers around the tokenizer and logger speculation mechanisms
Use
let use
rather than
try
/
finally
where possible to ensure speculation always properly back-tracked or committed
Technical
let use
rather thantry
/finally
where possible to ensure speculation always properly back-tracked or committed