Skip to content

jonny-lang/jonny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jonny-lang

jonny is a stack based programming language

also compiling jonny files currently doesnt work on windows you can probably compile jonny files using wsl but idk

roadmap

jonny roadmap

  • Compiled
  • Native
  • Stack-Based
  • Turing-Complete
  • Statically Typed
  • Self-Hosted

quickstart

simulation

simulating jonny files simply interprets the program

$ ./jonny.py sim program.jonny

compiling

compiling jonny files generates assemble code and compiles it with nasm

$ ./jonny.py com program.jonny
$ ./program 

About

jonny is a stack based programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages