Programming language for scripting with syntax similar to C++
Summary
- Building and Installing on UNIX-style systems
- Building and Installing on Windows
- Only installing on Windows or Ubuntu
- Using
- Tutorials
- Extensions and LICENSE
Dependencies
Building on UNIX-style systems
macOS, GNU/Linux, BSD-Like, Haiku and others.
REPL:
To test the ter
command.
Building and Installing on Windows
With MSVC!
Open PowerShell (Run as Administrator) from the Windows Start Menu
Close PowerShell, then reopen and run:
To test the ter
command.
Only installing on Windows or Ubuntu
Windows:
- Unzip
- Create folders and subfolders:
C:\Program Files\Terlang\bin
- Move the
.exe
to the bin\
subfolder
- Add the path as an environment variable to just the
ter
command in PowerShell or CMD
Ubuntu:
And test:
Using
vim hello.ter
01. Hello, World!
Semicolon is optional: auto hello = "Hello, Terlang!"
. Literally skipping the line: out("Hello\n")
Run:
Output: Hello, Terlang! 😃
02. Arrays
03. Loops
05. Includes
main.ter
library.ter
06. Functions
07. Classes
Output:
08. Builtin Functions
Video
Extensions and LICENSE
Syntax highlight for Vim:
Syntax highlight for Neovim:
Syntax highlight for VS Code:
Comming soon!
LICENSE GNU GPLv3
cpp
ter
terlang
programming
Marcos Oliveira
Software developer