https://github.com/nektro/slate
🌌 An experimental programming language.
https://github.com/nektro/slate
programming-language slate
Last synced: 10 months ago
JSON representation
🌌 An experimental programming language.
- Host: GitHub
- URL: https://github.com/nektro/slate
- Owner: nektro
- License: other
- Created: 2018-07-09T18:57:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T04:24:32.000Z (about 2 years ago)
- Last Synced: 2025-03-18T12:50:57.728Z (10 months ago)
- Topics: programming-language, slate
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Slate

[](https://discord.gg/P6Y4zQC)
[](https://goreportcard.com/report/github.com/nektro/slate)
A new programming language made by me. Used as a tool to learn about compilers.
> Note: some code snippets and examples may only work on x64 Linux since that's what I have.
## Built With
- Golang 1.14
- LLVM 12
- https://github.com/llir/llvm
- https://github.com/nektro/go-util
## Usage
Running `./start_local.sh` will build and run Slate on the x64 Linux Hello World. Feel free to edit either file.
```
go build
./slate -run {path/to/src_file.slate}
llvm-as-12 out.ll
lli-12 out.bc
```
More code examples can be found in the [`./tests/`](./tests/) directory.
## Inspirations
- https://github.com/golang/go
- https://github.com/ziglang/zig
- https://github.com/denoland/deno
- https://github.com/rust-lang/rust
- https://www.haskell.org/
- https://www.roc-lang.org/
## Contributing
Issues welcome. As the project progresses I will make a list of focus areas.
In regards to pull requests, I appreciate the enthusiasm but at this stage I will be more hesitant than normal about what gets merged from other people. This project is largely an experiment and learning environment for me, so please keep that in mind.
## Contact
- hello@nektro.net
- https://twitter.com/nektro
## License
ACSL v1.4. See [LICENSE](LICENSE) for more info.