https://github.com/axtens/slx
Script Langugage eXperiment written in Fitted Software Tools Modula-2
https://github.com/axtens/slx
Last synced: 5 months ago
JSON representation
Script Langugage eXperiment written in Fitted Software Tools Modula-2
- Host: GitHub
- URL: https://github.com/axtens/slx
- Owner: axtens
- License: mit
- Created: 2019-08-03T07:12:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T07:23:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T06:41:55.164Z (over 1 year ago)
- Language: Modula-2
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slx
Script Langugage eXperiment written in Fitted Software Tools Modula-2
Keywords:
```
END
REQUIRE
GETLINE
EXECUTE
DEFINE
GETKEY
YESNO
ONERROR
SAVEDICT
LOADDICT
SKIP
DEBUG
MENU
TRANSLATION
CHDIR
TRACEON
TRACEOFF
SAY
ATSAY
AT
```
v1.2/ contains an idea about variable storage.
See the [xlb](https://github.com/axtens/xlb) project for required non-FST libraries.
Building and/or converting to another Modula-2 is left as a task for the reader and/or the author should he find the time.
Other Modula-2 compilers: [M2F](http://floppsie.comp.glam.ac.uk/Glamorgan/gaius/web/m2fabout.html), [GNU Modula-2](https://www.nongnu.org/gm2/download.html), [XDS](https://github.com/excelsior-oss/xds) and [ADW](https://www.modula2.org/adwm2/).
Other good Modula-2 information can be found at [Peter Moylan](http://www.pmoylan.org/pages/m2/Modula2.html)'s site.