Add AST to IR pass.
Needs ReviewPublic

Authored by akreuzkamp on Jun 28 2016, 9:46 PM.

Details

Reviewers
jangmarker
Summary

It already has supports most features. It's missing alias, attribute
support, quite some small stuff like support for the "on" keyword and
probably a few semantic checks.

This revision also contains a merge of quite some of Pavel's IR-changes.

Diff Detail

Repository
R18 QMLWeb
Branch
feature/astToIR
Lint
No Linters Available
Unit
No Unit Test Coverage
akreuzkamp updated this revision to Diff 4826.Jun 28 2016, 9:46 PM
akreuzkamp retitled this revision from to Add AST to IR pass..
akreuzkamp updated this object.
akreuzkamp edited the test plan for this revision. (Show Details)
akreuzkamp added a reviewer: jangmarker.
akreuzkamp updated this revision to Diff 6623.Sep 10 2016, 9:13 PM

Fixed IR-unittest. - [Compiler] Add AST to IR pass.