Download |
C++ |
teasm.cpp |
Macro assembler
|
C++ |
terun.cpp |
Emulator
|
TE |
lib.te |
Macro and function library
|
TE |
hi.te |
Program printing "Hi"
|
TE |
hello.te |
Program printing "Hello, World!" forward and backwards.
|
TE |
fact.te |
Program printing factorials
|
TE |
echo.te |
Echo program
|
ZIP |
te_tests.zip |
Collection of small programs
|
To run an example download assembler, emulator and the library.
Compile assembler and emulator and run them, for example, as following command:
> teasm -c fact.te | terun -c
or
> teasm fact.te
> terun fact.run
Examples include the library lib.te. So its name in the example
and the filename have to match.
More Toga on esolangs.org
Home