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 Sep 12, 2024. It is now read-only.
There already exists some debug printing but it is very minimal.
There is a log library in core that could be used to improve the messages.
Checklist:
Lexer
Parser
Config functions
Write functions
Read functions
May want to change the structure of some of the code to make logging easier (like adding a new_token function so the log can easily show when a new token is created).
The text was updated successfully, but these errors were encountered:
There already exists some debug printing but it is very minimal.
There is a
log
library in core that could be used to improve the messages.Checklist:
May want to change the structure of some of the code to make logging easier (like adding a new_token function so the log can easily show when a new token is created).
The text was updated successfully, but these errors were encountered: