Skip to content

MrZloHex/gauss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAUSS

Low-level programming language with interesting way of indents. Why it's has name guass? -Know only noone, maybe) If you like low-level style of programming and you always wanted to name variables like 123 so gauss it's yours programming lnaguage! (i'm not 100% sure, sorry)

The Use Case for The Language

Gauss is a Computer Programming Language. It's designed to write programs for Computers.

Examples

!USES <func.gfs>

; comment

WORD foo: #420

BYTE bar
bar = #69

BYTE res
res = @baz[ foo | bar ]

gbi - gauss build instruction gfs - gauss function set gis - gauss instruction set gts - gauss type set