Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xldenis/minilang

comp 520 minilang -> c compiler
https://github.com/xldenis/minilang

Last synced: about 19 hours ago
JSON representation

comp 520 minilang -> c compiler

Awesome Lists containing this project

README

        

# minilang
comp 520 minilang -> c compiler

To build run `ghc Main` within the src directory. This will output a binary `Main`.

This requires that the latest version of attoparsec and attoparsec-expr be installed.
These can be installed using `cabal install attoparsec attoparsec-expr`

The binary will output files in the current directory.