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

Semantic Analyzer #56

Merged
merged 20 commits into from
Jan 4, 2018
Merged

Semantic Analyzer #56

merged 20 commits into from
Jan 4, 2018

Conversation

ballercat
Copy link
Owner

@ballercat ballercat commented Dec 30, 2017

Resolve #51

  • Converted parser to a single function
  • Remove all traces of generator code out of the parser
  • Create Semantic Analysis phase in the compiler
  • Create Validation phase in the compiler

Overall, the changes above make it possible to do much more with the current compiler. It's a lot easier to reason about, maintain and develop new features going forward.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.4%) to 93.427% when pulling 59cb88e on split-generator-step into de4dc71 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 94.378% when pulling e13dc89 on split-generator-step into de4dc71 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 94.707% when pulling d804e5d on split-generator-step into de4dc71 on master.

Arty Buldauskas added 2 commits January 2, 2018 09:44
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 95.041% when pulling 4dced9b on split-generator-step into de4dc71 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 95.081% when pulling 1e730a9 on split-generator-step into de4dc71 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 94.994% when pulling f2b35d9 on split-generator-step into de4dc71 on master.

@ballercat ballercat changed the title [WIP]: Split IR generation into it's own compiler phase Semantic Analyzer Jan 3, 2018
This was referenced Jan 3, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 95.125% when pulling c6d631f on split-generator-step into de4dc71 on master.

@ballercat ballercat merged commit f042bad into master Jan 4, 2018
@ballercat ballercat mentioned this pull request Jan 4, 2018
4 tasks
@ballercat ballercat deleted the split-generator-step branch January 4, 2018 22:05
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.

2 participants