xo-tokenizer: docs + error-handling improvement

drop exceptions for return-value error object
This commit is contained in:
Roland Conybeare 2025-06-23 23:08:12 -05:00
commit 6fbfd065a2
30 changed files with 1086 additions and 162 deletions

View file

@ -1 +1,12 @@
scm = schematika
.. _glossary:
Glossary
--------
.. glossary::
schematika
scm
| Experimental programming language.
| Designed for convenient integration with C++ and python.
.. toctree::

View file

@ -92,8 +92,11 @@ Aternatively can enter nix environment, then follow instructions for cmake build
# etc
Development
===========
LSP Setup
=========
---------
To setup xo-umbrella2 build to work with a language server:
@ -105,3 +108,13 @@ To setup xo-umbrella2 build to work with a language server:
In this case subsystem LSP setup should be omitted, git root is ``path/to/xo-umbrella2``,
not ``path/to/xo-umbrella2/xo-ratio`` etc.
Sphinx Autobuild Setup
----------------------
To serve cache-busting headers
.. code-block::
$ cd xo-umbrella2
$ sphinx-autobuild . .build/sphinx/html --port 3000