Skip to content

lucasm0ta/jvm

Repository files navigation

JVM

Java Virtual Machine to interpret a .class file.

Coding Standard

  • Use Doxygen docmentation in all files.
  • Use header files for function prototype and documentation.
  • To avoid merge commits, use git fetch and git rebase. It brings your commit above the last one.
  • Identation of 4 spaces.
  • Compile and test before pushing ALWAYS.

Compiling

mkdir build && cd build
cmake ..
make
./jvm <file path>

Recommended Atom Plugins

Packages Description
docblockr Make documentation easy
goto-definition Easy to find function definition
markdown-preview Preview of mardown README.md

About

JVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors