Skip to content

sqrt-negativeone/simplang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplang

just a simple programming language


to compile using cmake run the commands

cmake -S . -B out/build/
cmake --build out/build

this will generate the executable file in ./out/build named SimpLang.

to run it, use the command ./out/build/SimpLang filename or ./out/build/SimpLang < filename

About

just a simple programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages