Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.
cezarmathe edited this page Jun 20, 2019 · 2 revisions

Welcome to the hcodez-code-engine wiki!

The code engine is split into multiple packages:

  • com.hcodez.codeengine.builder
  • com.hcodez.codeengine.json (for internal use)
  • com.hcodez.codeengine.model
  • com.hcodez.codeengine.parser

com.hcodez.codeengine.builder

com.hcodez.codeengine.model

  • Code - basic code model
  • CodeDb - code model designed to be used in the server(includes the id and owner_id from the database)
  • CodeType - types of codes that can be used to get a regular expression for parsing, or, in the case of a faulty code, get an error message and a potential fix(or solution)

com.hcodez.codeengine.parser

Clone this wiki locally