Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
BlueWhaleYT edited this page Mar 18, 2024 · 3 revisions

This is an API wrapper for multiple languages which will be implemented with following patterns and rules:

  • *Compiler: A class which inherits Compiler interface for basic operations, e.g. compile()
  • *CompileOption: A data class which inherits CompileOption for configuring a variety of settings for the compiler
  • *CompilationResult: A data class which inherits CompilationResult for receiving the result and output of compilation

To compile and get result, use following patterns:

compilationResult = *Compiler#compiler()

Clone this wiki locally