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

Static Typing w/ Antlr Parser #32

Merged
merged 15 commits into from
Oct 10, 2015
Merged

Static Typing w/ Antlr Parser #32

merged 15 commits into from
Oct 10, 2015

Conversation

afscrome
Copy link
Owner

In the conversion to the Antlr parser, some of the static typing optimisations were lost. This pull request adds them back, along with better test coverage.

…bugger will break in the correct file / location for regression tests.
…ore, to aid troubleshooting scenarios with seeing the code that was emitted.
…the raw value form the object - the latter test would fail when the struct was a global variable as there is no way to access the struct used within the template directly without boxing it.
…tic typing mode, but fail in normal mode. Logged as #31 to investigate further.
…red the test as there's another failure due to attempting to assign to a global variable.
afscrome added a commit that referenced this pull request Oct 10, 2015
Static Typing w/ Antlr Parser
@afscrome afscrome merged commit 2296c73 into master Oct 10, 2015
@afscrome afscrome deleted the antlrglobals branch October 10, 2015 22:06
@afscrome afscrome added this to the 1.0 milestone Dec 26, 2015
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.

None yet

1 participant