Geoff Romer
|
461e178273
Store named constant values in the AST (#1011)
|
4 years ago |
Geoff Romer
|
50263483d8
Add name accessor to NamedEntityView (#994)
|
4 years ago |
Geoff Romer
|
c89ce1d570
Handle identifier value category properly. (#986)
|
4 years ago |
Geoff Romer
|
8e6c209a28
Use resolved names in typechecker (#974)
|
4 years ago |
Geoff Romer
|
021e83a4f4
Ensure all NamedEntities have static types (#968)
|
4 years ago |
Geoff Romer
|
f75b4d322f
Handle use-before-declare in static name lookup (#967)
|
4 years ago |
Jon Meow
|
92903afbd5
clang-tidy pass on executable_semantics (#963)
|
4 years ago |
Geoff Romer
|
dc5e62fc7a
Support parsing and testing unimplemented expressions (#957)
|
4 years ago |
Geoff Romer
|
7a5b8434c8
Define a base class for all AST nodes. (#947)
|
4 years ago |
Geoff Romer
|
d854fb93cb
Factor out AST node for function return types. (#912)
|
4 years ago |
Jon Meow
|
27e084d37a
Start populating named entities in relevant locations. (#919)
|
4 years ago |
Jon Meow
|
904774fbb8
Collapse Sequence into Block. (#927)
|
4 years ago |
Jon Meow
|
bbd4940e6d
Be more explicit about AST types (#921)
|
4 years ago |
Geoff Romer
|
3bec7f8dc0
Unify Action and Scope stacks, and eliminate Frame (#880)
|
4 years ago |
Jon Meow
|
b278e4edcf
Refactor Statement accessors (#890)
|
4 years ago |
Jon Meow
|
70797e8bf8
Mass rename SourceLoc and Tag (#860)
|
4 years ago |
Jon Meow
|
d157d96338
Migrate Declaration to newer property style, class-ify ClassDefinition (#859)
|
4 years ago |
Jon Meow
|
25dce9fbcf
Change Match clauses from pairs to classes (#858)
|
4 years ago |
Jon Meow
|
04ab30f231
Make the AST mutable (#849)
|
4 years ago |
Jon Meow
|
56dc4ae375
Rename Ptr<T> to Nonnull<T*> (#832)
|
4 years ago |
Jon Meow
|
90f04700e2
Remove global_arena (#814)
|
4 years ago |
Geoff Romer
|
f931a8cead
Replace all lists with vectors (#815)
|
4 years ago |
Jon Meow
|
5f8b231322
Switch Clause to Ptr (#800)
|
4 years ago |
Jon Meow
|
36ed79dc25
Convert Statement to use Ptr (#788)
|
4 years ago |
Jon Meow
|
fd89bcb4aa
Convert Pattern and Expression to Ptr (#787)
|
4 years ago |
Jon Meow
|
3ec550a85f
Replace int lines with file-associated SourceLocations (#779)
|
4 years ago |
Jon Meow
|
d5564280ab
Switch Statement to use inheritance+cast (#718)
|
4 years ago |
Jon Meow
|
6ae9cc3cf8
Add support for `return;` (#678)
|
4 years ago |
Geoff Romer
|
6ac3adfa53
Factor out a `Pattern` sum type from `Expression` (#685)
|
4 years ago |
Geoff Romer
|
a8f56797b8
Add Dump methods to printable types. (#681)
|
4 years ago |