Paul Stansifer
|
4c2bf8e4a7
|
The parser is represented by a class now.
|
2012-05-23 16:23:11 -07:00 |
|
Michael Sullivan
|
15cef374b9
|
Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417.
|
2012-05-22 14:59:15 -07:00 |
|
Marijn Haverbeke
|
96a159a6ea
|
Support visibility modifiers and attributes on view items
Issue #1893
Tangentially, issue #2357
|
2012-05-08 23:14:24 +02:00 |
|
Brian Anderson
|
5eca3c2210
|
parser: More refactoring of restricted value name checking
|
2012-04-27 16:45:54 -07:00 |
|
Brian Anderson
|
c9e3f387f4
|
syntax: Divide keywords into contextual/restricted. No bad words
|
2012-04-24 22:58:00 -07:00 |
|
Brian Anderson
|
98ac8d4625
|
syntax: Clean up the bad_expr_word functions
|
2012-04-24 21:12:16 -07:00 |
|
Brian Anderson
|
7ee90cc7be
|
syntax: Rename is_word to is_keyword, etc.
|
2012-04-24 21:08:49 -07:00 |
|
Brian Anderson
|
7fa7e56341
|
syntax: Move fn spanned into ast_util
|
2012-04-19 21:58:45 -07:00 |
|
Brian Anderson
|
bcbcbad774
|
syntax: Extract some functions into mod common
|
2012-04-19 21:58:45 -07:00 |
|