Skip to content

Trying to create a basic interpreted programming language to learn more about lexers, tokens, parsing techniques etc

Notifications You must be signed in to change notification settings

roshan0099/null

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

null

Trying to create a basic interpreted programming language to learn more about lexers, tokens, parsing techniques etc.

Update

So far null is in its bare bones, it has variable declaritions like string and int plus null also supports array (early stage). There is a space left for function declaration and calling that need to be emended a big time. Currently working on some built-in functions.

Features

  • integer type
  • string type
  • array
  • loop
  • accepts user input
  • ascii
  • if - else condition
  • if - else if
  • simple file handling
  • Function

Sample Code

Print first 10 even numbers

Sample-Code

Basic space (Simple Esolang) implementation using Null

Sample-Code

About

Trying to create a basic interpreted programming language to learn more about lexers, tokens, parsing techniques etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published