aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/lexer.mll
Commit message (Collapse)AuthorAgeFilesLines
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
|
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare2011-03-251-1/+1
| | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare2011-03-251-1/+1
| | | | off src root.
* Improve error message when the lexer sees a bad characterTim Chevalier2011-03-241-1/+2
|
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-021-1/+5
|
* implemented break for while-loop caseOr Brostovski2010-09-301-0/+2
| | | | | | | | | | | | | | ast.ml - added break and cont statements item.ml - added break and cont statements lexer.mll - added break and cont statements token.ml - added break and cont statements trans.ml - implemented the break statement for the while-loop case - replaced hash table accesses with get_stmt_depth where needed type.ml = added break and cont statements typestate.ml - implemented the break statement for the while-loop case - added shorthand filter_live_block_slots walk.ml - added break and cont statements while-with-break.rs - code for testing while loops
* Bind pattern slots with ?, drop parens from 0-ary tag constructors, ↵Graydon Hoare2010-09-201-0/+1
| | | | translate 0-ary constructors as constants. Rustc loses ~300kb.
* Teach front-end about simple, first-cut version of const items.Graydon Hoare2010-09-141-0/+1
|
* Add support for a reserved-words list and reserve the various ↵Graydon Hoare2010-08-171-15/+72
| | | | not-supported-but-plausible IEEE datatypes.
* Fix some naughtiness of handling newlines in bracequotes and multi-line ↵Graydon Hoare2010-08-031-7/+13
| | | | comments. Closes #142.
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare2010-07-271-10/+40
| | | | a cast notation. Closes #129.
* Issue 66: Multi-line commentsMatt Brubeck2010-07-081-1/+14
|
* Add machine-dependent 'float' type.Graydon Hoare2010-07-011-0/+1
|
* Fix lexer's definition of numeric literals.Graydon Hoare2010-07-011-4/+5
|
* Populate tree.Graydon Hoare2010-06-231-0/+362