Skip to content

Basic Statement Expression Parsing #49

Description

@Ed94

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions