Skip to content

Commit 9eb4104

Browse files
committed
Address code inspection issues flagged by IntelliJ IDEA
1 parent 62e8764 commit 9eb4104

22 files changed

Lines changed: 345 additions & 451 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Similarly to Java, MicroJava source files are compiled to **bytecode**, which is
1111

1212
![Compilation process](.readme/compilation.png)
1313

14-
Full project specification can be found [here](https://1drv.ms/b/s!AuZ7wmWsDfythjkXnkK3T5gJ7NIy) and [here](https://1drv.ms/b/s!AuZ7wmWsDfythjgxu8VErKo9wBa7) (Serbian language only).
15-
Note that I have used custom directory structure (not the one defined in the specification).
14+
The project specification can be found [here](https://1drv.ms/b/s!AuZ7wmWsDfythjkXnkK3T5gJ7NIy) and [here](https://1drv.ms/b/s!AuZ7wmWsDfythjgxu8VErKo9wBa7) (Serbian language only).
15+
This implementation uses a modern, Gradle-based directory structure rather than the ad-hoc structure suggested in the original project specification.
1616

1717
## Main language features
1818

0 commit comments

Comments
 (0)