Skip to content

xmine64/XclParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eXtendable Config Language

eXtendable Config Language or XCL is a language for writing config files, originally created for Mica For Everyone.

Syntax

<Class Name>: <Constructor Parameters> {
    <Field Name> = <Field Value>
}

Primitive types

  • bool: boolean, possible values: True, true, False, false.

  • string: characters string

  • Enumeration types can be added to parser context during runtime.

Classes

Classes can be added to parser context during runtime.

About

eXtendable Config Language Parser

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages