Java Virtual Machine to interpret a .class file.
- Use Doxygen docmentation in all files.
- Use header files for function prototype and documentation.
- To avoid merge commits, use
git fetchandgit rebase. It brings your commit above the last one. - Identation of 4 spaces.
- Compile and test before pushing ALWAYS.
mkdir build && cd build
cmake ..
make
./jvm <file path>
| Packages | Description |
|---|---|
| docblockr | Make documentation easy |
| goto-definition | Easy to find function definition |
| markdown-preview | Preview of mardown README.md |