Skip to content

"Virtual machine" that parses a humanly readable script, translates it into instructions, and then interprets those.

Notifications You must be signed in to change notification settings

AdamWallberg/UselessScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UselessScript

"Virtual machine" that parses a humanly readable script, translates it into instructions, and then interprets those. In other words, a useless custom scripting language.

The machine, stack, and bytecode works as intended. But the parser is merely a spaghetti-coded test case, since it was never my intention to create an actual scripting language.

MESSAGE: No longer working on this. I decided this project was complete enough, considering my initial goal of just interpreting bytecode.

About

"Virtual machine" that parses a humanly readable script, translates it into instructions, and then interprets those.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published