/concrete-lang

Concrete Programming Language V2

Primary LanguageJavaScript

Concrete Programming Language

This is v2 of the Concrete programming language. For example code, see the file test/static_test_input.conc

Install

Clone the repo, then install the dependencies

npm install;

Tests

Run the static tests with this command

cd test/ ; time ./run_all_tests ; cd ..

Run

Run arbitrary code w visual interpreter

echo "1 1 + _" | node interpreter.js