Skip to content

aDotInTheVoid/skate

Repository files navigation

Skate

An Experimental Programming Language.

Check out the playground

Status.

Function calls, variables and controll flow are implemented.

Its currently a tree walk interpriter, but it needs to be changed to bytecode.

All the words in docs are lofty ambitions we're nowhere near.

For more see tests/run-pass

Testing

# Runs unit tests
cargo test

# Runs e2e tests.
python test.py

# Bless e2e tests
python test.py -b

# Update snapshots
cargo insta test --accept --delete-unreferenced-snapshots

Conduct

In all Skate-related forums, we follow the Rust Code of Conduct. For escalation or moderation issues please contact me (nixon DOT emoony AT gmail) instead of the Rust moderation team.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Skateboard for the mind

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published