You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
**MicroJava** is a *high-level programming language*, *similar*, but *simpler* than **Java**.
6
6
Similarly to Java, MicroJava source files are compiled to **bytecode**, which is then executed by a **virtual machine** (**MicroJava Virtual Machine**). MicroJava VM is a simple *interpretative emulator*.
Full project specification can be found [here](https://github.com/mdodovic/MicroJava-Compiler/blob/master/Compiler_specification.pdf), while MicroJava language can be found [here](https://github.com/mdodovic/MicroJava-Compiler/blob/master/MicroJava_specification.pdf)
0 commit comments