Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iitalics/xy-lang-bootstrap

XY Compiler to C written in XY
https://github.com/iitalics/xy-lang-bootstrap

Last synced: 9 days ago
JSON representation

XY Compiler to C written in XY

Awesome Lists containing this project

README

        

XY Compiler
============================

* The code for the compiler is in `/src`
* The code for the C runtime libraries to be used with the compiled output is in `/clib`
* The [XY interpreter](https://github.com/iitalics/XY-lang) used to build this project can be obtained on my github

This project is nowhere close to be completed, much of the C library still needs to be completed
and the compiler itself is still missing many important features

Compiler Features To Be Implemented
----------------
* lazy-evaluated `and` and `or` expressions
* `with` expressions
* list comprehension (`$` syntax)
* maps
* the entire standard library