Skip to content

Releases: mye-creator/Langwitch

Langwitch Website

06 Dec 14:33
c9d3cc3
Compare
Choose a tag to compare

A Langwitch first version of website. Here we made an tutorial about installing Langwitch to your device.

  1. Home page where you can download lastest version of Langwitch
  2. Tutorial about installing Langwitch page
  3. All Langwitch Releases and download page
  4. Contact form page

(Psst, you can download tar.gz or zip archive file)

Replaced file

01 Dec 14:24
a384a60
Compare
Choose a tag to compare

Replaced and renamed test.lw to main.lw.

Langwitch Fix Bugs

30 Nov 07:03
dea1a79
Compare
Choose a tag to compare

Fixed some bugs

Langwitch

29 Nov 07:46
f74cdb0
Compare
Choose a tag to compare

Fixed error bug, you can do math with it (example "print : 2+2"), you can create variables and use it.
Example code:
var age : (int)17;

print : (char);
print : age;

First Langwitch Release

28 Nov 11:53
a42c6c7
Compare
Choose a tag to compare
Pre-release

Added: PRINT function, ## Commentaries, picking type of PRINT function. Added interpreter of C and C++ to language. The file format is .lw (LangWitch)
Example code:
PRINT : (string)Hello world! ## This is the print function