Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swetland/spl
systems programming language
https://github.com/swetland/spl
compiler language
Last synced: about 2 months ago
JSON representation
systems programming language
- Host: GitHub
- URL: https://github.com/swetland/spl
- Owner: swetland
- License: apache-2.0
- Created: 2023-10-14T20:53:10.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-21T02:52:10.000Z (about 1 year ago)
- Last Synced: 2023-10-21T11:00:05.822Z (about 1 year ago)
- Topics: compiler, language
- Language: C
- Homepage:
- Size: 111 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Systems Programming Language
A small compiled language borrowing ideas from C, Go, Rust, Zig.
Very much a work in progress.
The next phase of https://github.com/swetland/compiler/
## Organization
- [bootstrap/...](bootstrap/) - an SPL to C transpiler, written in C (compiler0)
- [compiler/...](compiler/) - an SPL compiler, written in SPL (compiler1)
- [build/...](build/) - build scripts
- [test/...](test/) - automated tests (SPL source and "golden" output)
- [demo/...](demo/) - programs to exercise the compiler
- [vim/...](vim/) - SPL syntax highlighting (install in `~/.vim/pack/plugins/start/spl`)