Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
204 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 1 commit in 1 repository
Created 1 repository
Created an issue in microsoft/verona that received 3 comments
Typed AST
The compiler currently uses an "untyped" AST, which is essentially an S-expression. This makes working on it very painful and code hard to maintain…