Scan tokens from java -- (simple version of java) character by character getting each token The IDE is a text editor that allows you to write java code and compile it to byte code
cd packages/ide
npm install && npm run devcd packages/compiler
npm install && npm run startTest the compiler with the following code:
cd packages/compiler
npm run testReadmes for each package are in their respective folders: IDE | Compiler
If you want to use the compiler start, you can edit the code by the file in: packages/compiler/src/resource/input-code.java
The main code is in the file packages/compiler/src/index.ts
Feel free to contribute to the project, we are open to suggestions and improvements. Even more so if it is for new test cases

