-
Notifications
You must be signed in to change notification settings - Fork 0
JustDefineIt
hpgDesigns edited this page Aug 8, 2021
·
1 revision
JustDefineIt is the C++ parser branch of ENIGMA, which became its own project.
- Add
newanddeletetokens.- Add handlers for operator new and operator delete
- Add new and delete as unary to AST builder
- Fix extern template
- General debugging
- Actual template specialization
- Use new parser to implement the self parameter for global-scope
scripts. This will fix the following:
- with() (or other current event pointer change) in thread causes segmentation fault
- Sideways casts in extensions lead to data misread and potentially segfault if more than one extension implements locals
- with() script() needs handled--this will probably be taken care of
This is number 1