Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iitalics/xy-lang-bootstrap
- Owner: iitalics
- Created: 2014-05-23T02:28:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T08:20:57.000Z (over 10 years ago)
- Last Synced: 2023-04-05T02:11:20.425Z (over 1 year ago)
- Language: C
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 githubThis 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 featuresCompiler Features To Be Implemented
----------------
* lazy-evaluated `and` and `or` expressions
* `with` expressions
* list comprehension (`$` syntax)
* maps
* the entire standard library