// genby is a js-executed language built to stay
fully
customizable , typed , and non-coder friendly
.. it's .. like lua , but yet simpler
genby strips syntax down to the minimum by treating everything as a
function , so instead of block-heavy structures it leans on nested calls like
a = b ( c ( d ) e ( ) , f )
and by default there is only one function - RETURN . so you may configure lang from scratch
the whole system is packaged as a single class where you define your own api , including control flow such as loops and branching , and that same class can also export an input field with highlighting and completions plus auto-generated markdown docs
the page below is a sort of walkthrough , you can see the smallest possible use of the library at minimal.html and beep-boop docs at agents.html
machine.docs()
machine.inputDom()
no output yet