Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various code style improvements to prevent mistakes #28

Merged
merged 9 commits into from
Jul 23, 2024

Conversation

smarr
Copy link
Member

@smarr smarr commented Jul 23, 2024

  • allocate lexer as part of parser and avoid dynamic allocation
  • use override to allow compiler to check virtual functions
  • some naming and documentation changes
  • add debug helper: DebugGetClassName() for use in gdb/lldb

@smarr smarr merged commit faad0f5 into SOM-st:master Jul 23, 2024
19 checks passed
@smarr smarr deleted the cleanup branch July 23, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant