Skip to content

includealex/Virtual-Machine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Machine

For building this project, type:

cmake -DCMAKE_BUILD_TYPE=Release -B build/
make -C build/ -j8

For running interpreter gtests from build directory, type:

make interpreter_gtests

For running quadratic equation with coefficients entered by you from build directory, you should use

make run_quadratic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.8%
  • Python 8.1%
  • CMake 6.7%
  • Lex 4.7%
  • Yacc 3.7%