Skip to content
forked from eberban/eberban

Parser and dictionary for the eberban language.

License

Notifications You must be signed in to change notification settings

maikxlx/eberban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eberban

Eberban is a logical constructed language aimed to satisfy the following goals :

  • being simple : the Eberban grammar allows to manipulate predicates with particles in a way that is close to the higher-order logic it translates into, while abstracting away the verbosity of explicitely providing variables as arguments of predicates.
  • being regular : valid sentences are syntaxicaly unambiguous. Most grammar rules rely on particles which are organised in families, each starting with a unique prefix. Many additional patterns are shared between particles and predicate words to help learning groups of related words.
  • being expressive : the grammar and core vocabulary focus on providing a simple framework, on top of which can be built abstractions, complex concepts and tools. Since those are built in Eberban itself, users can create their own tools and abstractions to express entirely new concepts.

Eberban take inspirations from Lojban and other logical languages, but try novel approaches to satisfy the above goals.

Most resources are hosted on GitHub pages, such as :

  • parsers, which transform text into a tree structure, that can also be visualized as nested boxes.
  • a dictionnary allowing to search words and their definitions.
  • learning resources to discover the language grammar and concepts.

If you would like to get involved, please also consider joining our Discord server.

About

Parser and dictionary for the eberban language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.1%
  • HTML 13.5%
  • CSS 4.7%
  • Python 4.5%
  • Other 0.2%