-
Notifications
You must be signed in to change notification settings - Fork 39
Debug mode and compiler settings #8
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current default behavior is to print various forms of debug information (debug mode). Since this is a purely educational project, it makes sense to have this option/mode active by default (i.e., DEBUG = 1). However, it should also be possible to deactivate it.
An investigation of varying levels of debug information and additional compiler settings is also necessary. For example, execution could stop after the fifth syntax error instead of immediately after the first one (i.e., ALLOWED_SYNTAX_ERRORS = 5).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request