/ice

the interpreter for the Ice programming language

Primary LanguageC++MIT LicenseMIT

Ice

PRs Welcome Gitter license

forthebadge forthebadge forthebadge

Just an exercise for Compilers.

actually just an interpreter, and supports REPL.

The interpreter for the Ice programming language with many bugs.

Quick start

git clone https://github.com/MU001999/ice.git
cd ice/ice
make
cd bin
./ice

Also you can use Visual Studio, just open ice/ice/ice.sln by Visual Studio 2017 or above.

Document