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

https://github.com/yutopp/jade


https://github.com/yutopp/jade

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Jade

This library aims to provide an intermediate representation of the Rill programming language.
**Currently, it is hardly work in progress.**

## TODO

- [x] modules
- [x] functions
- [x] internal/external
- [ ] types
- [ ] primitives
- [x] boolean
- [x] integer
- [ ] float
- [ ] compound
- [x] struct
- [ ] pointer
- [x] copy
- [ ] move
- [ ] destructor
- [ ] documentation