Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jemc/ponycc

Pony package for parsing, manipulating, and compiling Pony code. :horse: :horse:
https://github.com/jemc/ponycc

compiler library parser pony-language

Last synced: about 1 month ago
JSON representation

Pony package for parsing, manipulating, and compiling Pony code. :horse: :horse:

Awesome Lists containing this project

README

        

# ponycc

Pony package for parsing, manipulating, and compiling Pony code. :horse: :horse:

NOTE: This repo was formerly named `pony-ast` and was dedicated to parsing / AST only, but the scope has now been expanded to also include work on a Pony compiler. The `ast` subpackage is still isolated enough that it can be used independently without having to use the entire compiler.