- Notifications
You must be signed in to change notification settings - Fork 1
Basic Statement Expression Parsing #49
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
StatusShow more project fields
Todo
This is a simpler counterpart to #28 the purpose being to allow some rudimentary statement parsing support for expressions; Simple arithmetic, identifiers, array ops, pointer *&, etc. Stuff that doesn't venture into to far in the advanced C camp and esp nothing from C++.
If the parse fails, it should fallback to Untyped code for the content until a statement delimiter is identified.