Skip to content

This repo contains Anchorage, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.

Notifications You must be signed in to change notification settings

rickvanschalkwijk/anchorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


  ,---,                               ,---,                                                       
  '  .' \                            ,--.' |                                                       
 /  ;    '.          ,---,           |  |  :       ,---.    __  ,-.                                
:  :       \     ,-+-. /  |          :  :  :      '   ,'\ ,' ,'/ /|            ,----._,.           
:  |   /\   \   ,--.'|'   |   ,---.  :  |  |,--. /   /   |'  | |' | ,--.--.   /   /  ' /   ,---.   
|  :  ' ;.   : |   |  ,"' |  /     \ |  :  '   |.   ; ,. :|  |   ,'/       \ |   :     |  /     \  
|  |  ;/  \   \|   | /  | | /    / ' |  |   /' :'   | |: :'  :  / .--.  .-. ||   | .\  . /    /  | 
'  :  | \  \ ,'|   | |  | |.    ' /  '  :  | | |'   | .; :|  | '   \__\/: . ..   ; ';  |.    ' / | 
|  |  '  '--'  |   | |  |/ '   ; :__ |  |  ' | :|   :    |;  : |   ," .--.; |'   .   . |'   ;   /| 
|  :  :        |   | |--'  '   | '.'||  :  :_:,' \   \  / |  , ;  /  /  ,.  | `---`-'| |'   |  / | 
|  | ,'        |   |/      |   :    :|  | ,'      `----'   ---'  ;  :   .'   \.'__/\_: ||   :    | 
`--''          '---'        \   \  / `--''                       |  ,     .-./|   :    : \   \  /  
                             `----'                               `--`---'     \   \  /   `----'   
                                                                                `--`-'            

.NET5 build and test

This repo contains Anchorage, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.

About

This repo contains Anchorage, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages