Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/jemc/ponycc
- Owner: jemc
- License: bsd-2-clause
- Created: 2016-04-12T04:04:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T14:55:44.000Z (about 4 years ago)
- Last Synced: 2024-10-15T10:46:38.536Z (3 months ago)
- Topics: compiler, library, parser, pony-language
- Language: Pony
- Homepage:
- Size: 1.06 MB
- Stars: 36
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.