xo-umbrella2/xo-tokenizer/docs/index.rst
Roland Conybeare 6fbfd065a2 xo-tokenizer: docs + error-handling improvement
drop exceptions for return-value error object
2025-06-23 23:08:12 -05:00

22 lines
562 B
ReStructuredText

.. xo-tokenizer documentation master file.
Xo-tokenizer documentation
==========================
xo-tokenizer provides a tokenizer for the Schematika language.
Syntax is generally C-like, but with some important differences.
Notably, characters used for arithmetic operators (``+``, ``-``, ``*``, ``/``)
may appear in variable names: ``one-of-those-days`` is an ordinary symbol.
.. toctree::
:maxdepth: 2
:caption: xo-tokenizer contents
install
examples
implementation
token-class
tokenizer-error-class
span-class
tokentype-enum