Richard Smith
|
4aa34978eb
Import support for tuple, struct and integer values. (#4042)
|
1 год назад |
Richard Smith
|
3c01ee69ed
Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001)
|
1 год назад |
Richard Smith
|
419d2e39d8
Move child count and bracketing information for parse nodes into the node kind definition. (#4000)
|
1 год назад |
Richard Smith
|
28170c7867
Parse parameters in name qualifiers. (#3988)
|
1 год назад |
Richard Smith
|
23f9065949
Implement proposal #3927. (#3963)
|
1 год назад |
Jon Ross-Perkins
|
03e3a72628
Rename Directive->Decl in general, BindExport->ExportDecl (#3957)
|
1 год назад |
Jon Ross-Perkins
|
ecb300ee5e
Move 'export name' out of the import section. (#3950)
|
1 год назад |
Jon Ross-Perkins
|
a16842ab37
Add export keyword handling. (#3944)
|
2 лет назад |
Richard Smith
|
c5b7ff212b
Parsing support for `adapt` declarations. (#3871)
|
2 лет назад |
Jon Ross-Perkins
|
a034f86272
Change struct literal parsing to use placeholders. (#3850)
|
2 лет назад |
Jon Ross-Perkins
|
b42612bcec
Change tuple/paren expr parsing to use placeholders. (#3849)
|
2 лет назад |
Richard Smith
|
f0e940ddfd
Initial support for builtin functions. (#3803)
|
2 лет назад |
Jon Ross-Perkins
|
096daecc57
Add framework for the extern keyword. (#3755)
|
2 лет назад |
Richard Smith
|
8e956baca8
Basic support for associated constant declarations (#3737)
|
2 лет назад |
CJ Johnson
|
518e361328
Address TODO to change GenericBindingPattern to CompileTimeBindingPattern (#3713)
|
2 лет назад |
Jon Ross-Perkins
|
03347793cc
Switch VariableInitializer order to accommodate GlobalInit (#3708)
|
2 лет назад |
Jon Ross-Perkins
|
1437b0e26d
Implement 'alias' with transparent semantics. (#3701)
|
2 лет назад |
czapiga
|
4873160acc
Parse `auto` type (#3704)
|
2 лет назад |
czapiga
|
99bc9734d9
Add `match` parsing (#3664)
|
2 лет назад |
josh11b
|
03bf22e55e
Parse tree for `impl` that is better for check stage (#3678)
|
2 лет назад |
kshokhin
|
65e95942de
Choice parsing in toolchain (#3574)
|
2 лет назад |
josh11b
|
f5c34d62dd
Abbreviate "address" -> "addr" (#3580)
|
2 лет назад |
Geoff Romer
|
214d7b991d
Handle missing condition in `while` (#3578)
|
2 лет назад |
Geoff Romer
|
927d633762
Simplify handling of `VariableInitializer` (#3515)
|
2 лет назад |
Richard Smith
|
a6508fcf05
Basic support for generic bindings. (#3555)
|
2 лет назад |
josh11b
|
29104e212a
Do TODO to rename `QualifiedDecl` -> `QualifiedName` (#3543)
|
2 лет назад |
josh11b
|
55d853e17f
Fix crash on incomplete `constraint` (#3542)
|
2 лет назад |
josh11b
|
2e97f27b8d
Typed wrappers around parse tree nodes (#3534)
|
2 лет назад |
Jon Ross-Perkins
|
e343ea593c
Add macro for postfix operators. (#3504)
|
2 лет назад |
Jon Ross-Perkins
|
add31eb4e3
Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486)
|
2 лет назад |