Skip to content

dagvadorj/litelang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Both the language and this document are drafts)

litelang is an interpreted programming language which is supposed to be primitive in design and in implementation.

== Features ==

=== Data types ===

* Boolean (BOOL_T)
* Byte (BBYTE_T and XBYTE_T)
* Integer (INT_T)
* Double (DOUBLE_T)
* Symbol (SYMBOL_T)

=== Blocks ===

* If ('if', 'elif', 'else')
* While (with 'break' and 'continue' support)
* Function

=== Operations ===

* Arithmetic (+, -, *, /, %)
* Bit (&, |, ~, ^, >>, <<)
* Logic (<, >, <=, >=, ==, !=, not, and, or, xor)
* Assign (=, +=, -=, *=, /=, %=)


About

An interpreted programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages