Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 435 Bytes

File metadata and controls

24 lines (20 loc) · 435 Bytes

Что поддерживает язык:

* Integers
* Booleans
* Strings
* Arrays
* Hashes
* Prefix-, infix- and index operators
* Conditional (with optional else) 
* Global and local bindings
* First-class functions
* Closures

Есть идея реализовать REPL, но пока тестируем с помощью vm/vm_test.go


Для запуска всех тестов:

$ go test ./...