forked from CordyJ/OpenTxl
-
Notifications
You must be signed in to change notification settings - Fork 0
TXL programming language compiler/interpreter
License
dnewhall/OpenTxl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The OpenTxl Turing+ source code and build process for Unix-like systems OpenTxl requires the Turing+ compiler, tpc, to build. To build the fully checked debugging version of TXL in pure Turing+, use the command "make" in this directory. Tests can be run in the test/ subdirectory. Run "make" in that directory for a basic functionality test, and run "make" in the test/regression/ subdirectory for a full regression test. See the README.txt files in those directories for further information. To build the fast production version of TXL using auto-generated C code, first use the command "make csrc" in this directory to make the auto-generated C directory "csrc", then see the README.txt file in that directory for production build instructions.
About
TXL programming language compiler/interpreter
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- TXL 31.0%
- SWIG 20.6%
- C 11.2%
- xBase 9.9%
- Charity 7.3%
- C++ 4.1%
- Other 15.9%