Trying to create a basic interpreted programming language to learn more about lexers, tokens, parsing techniques etc.
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.
- integer type
- string type
- array
- loop
- accepts user input
- ascii
- if - else condition
- if - else if
- simple file handling
- Function
Print first 10 even numbers
Basic space (Simple Esolang) implementation using Null