Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 726 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 726 Bytes

CVM

The first Virual Machine for CMS language.

Build Status

Requirement

Languages:

  • C++

Build Tools:

  • C++ Compiler supports C++ 17.
  • CMake
  • GNU Make

Libraries:

Build

mkdir build
cd build
cmake ..
make

Run

./cvm ../test.cms

License

MIT License

Open Source License