-
Notifications
You must be signed in to change notification settings - Fork 3
Download
okamura10 edited this page Feb 20, 2026
·
3 revisions
The simplest way to get started with LMNtal is to download LaViT (click here), an integrated development environment (IDE) for LMNtal. LaViT comes with the whole family of LMNtal subsystems: compiler, runtime, model checker, and visualizer.
If you wish to use different versions of the LMNtal compiler and runtime, please download one or more of the following.
- LMNtal compiler written in Java [download from github]
-
SLIM, a lightweight LMNtal runtime at [download from github]
- An LMNtal runtime written in C, which features nondeterministic search, model checking, and hypergraphs. When given an LMNtal source file, SLIM internally calls an LMNtal compiler to generate intermediate code.
-
UNYO-UNYO, an LMNtal graph visualizer. [download]