36 lines
956 B
ReStructuredText
36 lines
956 B
ReStructuredText
.. _implementation:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Components
|
|
==========
|
|
|
|
Library dependency tower for *xo-tokenizer*:
|
|
|
|
.. ditaa::
|
|
|
|
+-----------------+
|
|
| xo_unit |
|
|
+-----------------+
|
|
| xo_indentlog |
|
|
+-----------------+
|
|
| xo_cmake |
|
|
+-----------------+
|
|
|
|
Install instructions :doc:`here<install>`
|
|
|
|
Abstraction tower for *xo-tokenizer* components:
|
|
|
|
.. ditaa::
|
|
:--scale: 0.85
|
|
|
|
+-----------------------------------------+----------+
|
|
| tokenizer | |
|
|
+-----------------------------------------+ |
|
|
| scan_result | |
|
|
+-----------------+-----------------------+ buffer |
|
|
| token | tokenizer_error | |
|
|
+-----------------+-----------------------+ |
|
|
| tokentype | span | |
|
|
+-----------------+-----------------------+----------+
|