Skip to content

HaryKali/ZeroLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroLang(still woking on it!)

0. Introduction

A simple programing language based on basic

  • Still working on it
  • Now is a simpile interpreter which support basic arithmetic operations

1. Quick start

  python3 shell.py 

2. functions

  • Support basic operations
  • Support variable definition
  • Support comparison operations
  • Support if statement
  • Support while and for(check more detail in grammar.txt )
  #for loop:
  var res=0
  for i=0 to 6 then var res=res+i
  
  #while loop:
  var res=0
  while res<10000 then var res=res+1
  
  

3. Recently:

  • working on function

About

A simple programing language based on basic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages