- C 100%
|
|
||
|---|---|---|
| deps | changed check[] in darkfile.c to field[] cuz it makes more sense | |
| test/dark | gutted almost nearly all instructions + the addressing modes, will refactor & get the compiler running very soon | |
| dark.c | gutted almost nearly all instructions + the addressing modes, will refactor & get the compiler running very soon | |
| LICENSE | relicense :3 | |
| README.md | Update README.md | |
hai! :3
ralsei lisp
ralsei lisp will be a programming language built from the ground-up around self-modification and macros. its' core utiliy is the ability to not only define (arbitrary) symbols that run/expand into code, but also define pieces of code that run/expand into other pieces of code too. this is planned to be completely dynamic and flexible, with as little (preferably no) caveats to this as possible.
darkcode
darkcode is the underlying architecture that ralsei lisp compiles to. this is the current point of development; as such, it is somewhat volatile and open to breaking changes. it's meant to provide an effortless translation from the dynamic nature of ralsei lisp to machine code.
contributing
[to be rewritten]
notes
again this is a VERY heavy work-in-progress, at this stage planning is more of a concern than actual code so if you can help with that that would be amazing
thats about it really -w-