The Eko scripting language
Clone or download
ravernkoh Remove helper methods
Remove the helper methods (e.g. `Parser::parse`) in favour of building up the lower-level API of each stage first.
Latest commit 07de087 Feb 3, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src Remove helper methods Feb 3, 2019
.gitignore Remove helper methods Feb 3, 2019
.travis.yml Rename `ident` to `identifier` Jan 17, 2019
Cargo.toml Remove `context` temporarily Jan 23, 2019
LICENSE.md Create LICENSE Jan 17, 2019
README.md Update README with goals and description Jan 17, 2019

README.md

Eko

Build Status

Simple scripting language written in Rust. Currently a work in progress.

Goals

  • Lightweight and fast
  • Simple module system
  • Object-oriented design

Non-goals

  • Near native performance
  • Static typing