You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
To make it simpler to add new features and receive more contributions my suggestion is to rewrite the parser / lex as in this example I wrote some time ago.
The idea is a lexer with some interesting features such as read only to forward, this enabling you to receive the code via stream, ease to include new structures and also be easy to debug, avoid generating panic, instead give a more elegant message instead of the traceback in Go.
The text was updated successfully, but these errors were encountered:
To make it simpler to add new features and receive more contributions my suggestion is to rewrite the parser / lex as in this example I wrote some time ago.
https://github.com/rumlang/exp/tree/master/lex
The idea is a lexer with some interesting features such as read only to forward, this enabling you to receive the code via stream, ease to include new structures and also be easy to debug, avoid generating panic, instead give a more elegant message instead of the traceback in Go.
The text was updated successfully, but these errors were encountered: