Browse Source

docs: elaborate on state of project

github-actions
Garrit Franke 3 years ago
parent
commit
ab6fee5cd6
  1. 2
      README.md

2
README.md

@ -10,7 +10,7 @@ It is meant to "just work", without adding unnecessary and bloated language feat
## State of this projects
Most algorithms should run fine, but some features may be unstable. Standard library is still incomplete. See [TODO](./TODO) for a roadmap.
Currently, Sabre is a general-purpose toy language. Its primary goal is to be simple and easy to understand, not to be efficient. Most algorithms should run fine, but some features may be unstable. Standard library and documentation are still incomplete. See [TODO](./TODO) for a roadmap.
The Sabre compiler emits JavaScript, and a C backend is currently in development. Backends for WASM, x86 and ARM are planned.

Loading…
Cancel
Save