Skip to content
Mehdi edited this page Aug 17, 2022 · 7 revisions

Welcome to the JavaCompileEngine wiki!

Contents Table

Compiling

You can use JCE default CompilerScript and compile your file with Instant Feedback.

Custom Compiling

You use your own CompilerScript and KeyValue to compile your file with all defined features.

Processing

If Custom Compiling doesn't satisfy you, you can build a Compiler Class from scratch yourself with given classes and tools.

Tester

If you ever want to create a programming contest compiler, you need to test competitors codes. so you need an ability to do that. We don't have a specific Class for Testing because of some reasons but JCE is flexible enough to create one.

Clone this wiki locally