XXIIVV / oscean

Static wiki engine written in Uxntal
http://wiki.xxiivv.com
MIT License
495 stars 83 forks source link

How does lexicon syntax work? #89

Closed tunjan closed 2 years ago

tunjan commented 2 years ago

In the lexicon file "~/src/database/lexicon" there are suffixes to the numbers i.e: 2;alicef 3,azolla. I've been reading the resources and comparing the differences between the compiled results, but didn't find any. Are they being used for marking a dead-end or orphan? Thanks.

neauoire commented 2 years ago

This is because I need to be extremely frugal with resources, but the numbers indicate depth, like

3;demo
4,superworker
4,supervisitor
5 dodecae

or

demo
-  superworker
-  supervisitor
--    dodecae

The runes are listed here.

tunjan commented 2 years ago

Alright, let me know if I understood the runes:

neauoire commented 2 years ago

yup! that's correct :)

tunjan commented 2 years ago

Nice to hear that. Thanks for your time :D