Rust, not Haskell

This commit is contained in:
greg 2017-04-10 00:58:32 -07:00
parent a0f3583ab1
commit f82e1e699c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Schala
Schala is a Rust-language framework written to make it easy to
create and experiment with toy programming languages. It provides
a common REPL, and a typeclass `ProgrammingLanguage` with methods
a common REPL, and a trait `ProgrammingLanguage` with methods
for tokenizing text, parsing tokens, evaluating an abstract syntax tree,
and other tasks that are common to all programming languages.