Skip to content

A kind of very small programming language built on top of Java.

License

Notifications You must be signed in to change notification settings

deviknitkkr/TinyX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyX

A kind of very small programming language built on top of Java.

Below is a test example:

a = 100
bc = 150
show a
show bc
b=a
a=0
show b

This will produce below o/p

100
150
100

About

A kind of very small programming language built on top of Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published