Reference¶
Looking one thing up — every flag, command, symbol and triple, and nothing about why. The handbook that puts them in order is the guide.
- CLI — every flag of
sysml, the modes, and the exit status - REPL commands — every
%command and its arguments - LSP extensions — the custom render requests
sysml-lspserves a diagram client - Environment variables — the bounds one run may spend, and paths
- Go API — the public API of every package
- Python API —
opensysml, its generated typed classes and latency - RDF mapping — which triples a model becomes, what is not mapped, and why the mapping is experimental
- Grammar — grammar production → parser implementation