Skip to content

Basic Statement Expression Parsing #49

@Ed94

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions