aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* Teach rustc about phi nodes, block relationships. Translate if- and ↵Graydon Hoare2010-10-041-10/+50
| | | | block-expressions.
* Patchwork of attempted fixes to effect system and gc system; eventually give ↵Graydon Hoare2010-09-291-39/+39
| | | | up and disable it entirely in the runtime. Will need extensive reworking.
* Translate a modest selection of easy binops.Graydon Hoare2010-09-281-10/+10
|
* Translate literal int, char, bool and str types, as well as logging them.Graydon Hoare2010-09-281-0/+4
|
* More rustc expr-parsing logic.Graydon Hoare2010-09-281-6/+224
|
* Start building up the expression tower.Graydon Hoare2010-09-271-9/+46
|
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to ↵Graydon Hoare2010-09-231-0/+265
rustc, and move files around.