Jon Meow
|
4e0307efbc
Switch Member to use inheritance+cast (#713)
|
hace 4 años |
Jon Meow
|
6164cdfd6d
Verify that provision/omission of return types matches (#717)
|
hace 4 años |
Jon Meow
|
c1148caf7d
Switch Declaration to use inheritance+cast (#714)
|
hace 4 años |
Jon Meow
|
2e9e4f4cb3
Migrate remaining exits to FATAL_*_ERROR calls (#704)
|
hace 4 años |
Jon Meow
|
2620ba066d
Move Int parsing to i32 for #543 (#700)
|
hace 4 años |
Geoff Romer
|
de91afcf25
Rename `::yy::parser` to `::Carbon::Parser`. (#697)
|
hace 4 años |
Jon Meow
|
6ae9cc3cf8
Add support for `return;` (#678)
|
hace 4 años |
Jon Meow
|
9829f188b7
Move all new's to global_arena, and remove ASAN disabling (#690)
|
hace 4 años |
Geoff Romer
|
6ac3adfa53
Factor out a `Pattern` sum type from `Expression` (#685)
|
hace 4 años |
Jon Meow
|
a930717202
Require braces on control flow statements (#683)
|
hace 4 años |
Jeremy G. Siek
|
864b3bde02
Generic functions, first baby step (#658)
|
hace 4 años |
Jon Meow
|
368fc0063c
Handle invalid chars better, and do small cleanups around error output. (#657)
|
hace 4 años |
Geoff Romer
|
def98d1182
Add support for `_` placeholder. (#661)
|
hace 4 años |
Jon Meow
|
acb33932cb
Migrate Declaration to variant (#644)
|
hace 4 años |
Jon Meow
|
ada2be2d16
Switch Member to variant in anticipation of more kinds. (#656)
|
hace 4 años |
Jon Meow
|
ef785bb6e3
Refactor FunctionDefinition towards instance methods (#654)
|
hace 4 años |
Jon Meow
|
0960c51d20
Switch Statement to std::variant (#639)
|
hace 4 años |
Geoff Romer
|
b3d4c56ef2
Rename "PatternVariable" names for clarity (#630)
|
hace 4 años |
Geoff Romer
|
a80ce2c566
Consistent naming for Expression and Value. (#621)
|
hace 4 años |
Geoff Romer
|
7218e8a69e
Eliminate MakeUnOp and MakeBinOp (#622)
|
hace 4 años |
Geoff Romer
|
047dfd692e
Revert to handling Expression by const pointer (#616)
|
hace 4 años |
Geoff Romer
|
fa5b9cd553
Migrate declaration parsing to value semantics (#614)
|
hace 4 años |
Geoff Romer
|
7e70a0335e
Pass Expressions by value in Statement factories. (#611)
|
hace 4 años |
Geoff Romer
|
19e4bc55ce
Migrate remaining `Expression` alternatives to `IndirectValue` (#607)
|
hace 4 años |
Geoff Romer
|
056da4dd5c
Migrate `PrimitiveOperator` to value semantics (#606)
|
hace 4 años |
Geoff Romer
|
276880ae83
Migrate `Tuple` and `FieldInitializer` to value semantics (#605)
|
hace 4 años |
Richard Smith
|
89e21113c3
Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582)
|
hace 4 años |
Richard Smith
|
567b9bb5a4
Reverse 'type: identifier' to 'identifier: type' in executable
|
hace 5 años |
Richard Smith
|
da403db9ff
Revert "Remove : from vars in exec semantics (#504)"
|
hace 5 años |
Jon Meow
|
05663633d3
Remove : from vars in exec semantics (#504)
|
hace 5 años |