https://github.com/yutopp/jade
https://github.com/yutopp/jade
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutopp/jade
- Owner: yutopp
- Created: 2018-04-17T12:33:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T14:46:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T10:48:59.803Z (4 months ago)
- Language: OCaml
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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