Geoff Romer
|
c311c8849c
Use static name resolution in Interpreter (#1022)
|
4 سال پیش |
Geoff Romer
|
c89ce1d570
Handle identifier value category properly. (#986)
|
4 سال پیش |
Geoff Romer
|
8e6c209a28
Use resolved names in typechecker (#974)
|
4 سال پیش |
Geoff Romer
|
17e0a1afb9
Implement static name resolution (#958)
|
4 سال پیش |
Geoff Romer
|
dc5e62fc7a
Support parsing and testing unimplemented expressions (#957)
|
4 سال پیش |
Geoff Romer
|
be0c1e9da6
Move value-category checking to compile time (#960)
|
4 سال پیش |
Geoff Romer
|
3e188c8562
Express prelude using Carbon syntax (#955)
|
4 سال پیش |
Geoff Romer
|
6ae85bd13a
Initial batch of AST matchers. (#953)
|
4 سال پیش |
Geoff Romer
|
7a5b8434c8
Define a base class for all AST nodes. (#947)
|
4 سال پیش |
Geoff Romer
|
d854fb93cb
Factor out AST node for function return types. (#912)
|
4 سال پیش |
Jon Meow
|
bbd4940e6d
Be more explicit about AST types (#921)
|
4 سال پیش |
Geoff Romer
|
bb28d37eed
Drop support for named tuple fields (#886)
|
4 سال پیش |
Jon Meow
|
924259986a
Switch static_type to return Expression& (#887)
|
4 سال پیش |
Jon Meow
|
55ecb62ce5
Refactor Expression accessor/mutator style (#883)
|
4 سال پیش |
Geoff Romer
|
652bee6d99
Add static types to AST. (#879)
|
4 سال پیش |
Geoff Romer
|
6068d2306b
Address feedback from #856 (#864)
|
4 سال پیش |
Jon Meow
|
70797e8bf8
Mass rename SourceLoc and Tag (#860)
|
4 سال پیش |
Geoff Romer
|
c4e40aaa86
Add support for struct types, following p0561. (#856)
|
4 سال پیش |
Jon Meow
|
d157d96338
Migrate Declaration to newer property style, class-ify ClassDefinition (#859)
|
4 سال پیش |
Jon Meow
|
04ab30f231
Make the AST mutable (#849)
|
4 سال پیش |
Jon Meow
|
56dc4ae375
Rename Ptr<T> to Nonnull<T*> (#832)
|
4 سال پیش |
Jon Meow
|
90f04700e2
Remove global_arena (#814)
|
4 سال پیش |
Jon Meow
|
fd89bcb4aa
Convert Pattern and Expression to Ptr (#787)
|
4 سال پیش |
Jon Meow
|
3ec550a85f
Replace int lines with file-associated SourceLocations (#779)
|
4 سال پیش |
Jon Meow
|
1eeaa208f2
Move paren_contents under ast and restrict syntax BUILD visibility (#756)
|
4 سال پیش |
Jon Meow
|
250ce4ab00
Add string parsing and a print builtin (#721)
|
4 سال پیش |
Jon Meow
|
dbcd6ad20d
Switch Expression to use inheritance+cast (#712)
|
4 سال پیش |
Jon Meow
|
6ae9cc3cf8
Add support for `return;` (#678)
|
4 سال پیش |
Geoff Romer
|
6ac3adfa53
Factor out a `Pattern` sum type from `Expression` (#685)
|
4 سال پیش |
Geoff Romer
|
a8f56797b8
Add Dump methods to printable types. (#681)
|
4 سال پیش |