From f82e1e699c347e37d3c84cb63414c122b034ee40 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 10 Apr 2017 00:58:32 -0700 Subject: [PATCH] Rust, not Haskell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f68860..cebf872 100644 --- a/README.md +++ b/README.md @@ -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.