morph-labs / rift

Rift: an AI-native language server for your personal AI software engineer
https://morph.so
Apache License 2.0
3.08k stars 149 forks source link

Dev 2.2 #196

Closed cristianoc closed 1 year ago

cristianoc commented 1 year ago

Simplify and clean up the structure of IR, which now has only one notion of symbol. One special case is meta-symbols: new symbols introduced when parsing the body of functions, such as a block or an if statement. Meta symbols also have a unique qualifier, which is determined based on the nature of the symbol (e.g. the else branch of a conditional) or the position in the body.