Rust, not Haskell
This commit is contained in:
parent
a0f3583ab1
commit
f82e1e699c
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user