https://github.com/softdevteam/yksom
https://github.com/softdevteam/yksom
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softdevteam/yksom
- Owner: softdevteam
- License: other
- Created: 2019-01-02T10:29:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T10:50:18.000Z (12 months ago)
- Last Synced: 2025-03-23T19:44:53.754Z (10 months ago)
- Language: Rust
- Size: 2.25 MB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ykSOM
A [SOM](http://som-st.github.io/) VM in Rust. SOM is a cut-down Smalltalk-like
language. yksom is eventually intended to be used with
[Yorick](https://github.com/softdevteam/yk/) to produce a JIT-compiling VM,
though it is currently an entirely stand-alone interpreter. Currently it is
partly a test bed to experiment with good ways of structuring Rust
interpreters, balancing correctness, performance, and readability. The
[internal API documentation](https://softdevteam.github.io/yksom/api/) is
available online.
yksom is intended to be source-compatible with other SOM implementations
although it implements (uncheckable) exceptions, so that (one day...) errors
can cause SOM-level backtraces.