Skip to content

mikepepping/aphid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aphid 🦗

This language is just for the learning experience of writing a stackbased interpreted language.

It is not intended for serious use.

TODO

  • Make a decision about how to store strings so things are consistent, store as string or int array?
  • Make jumps take params from the stack

Goals

  • can store variables with static typing (once a variable is a type it cannot be re-typed)
  • can read variables
  • can do arithmatic
  • can compare values ==, >, <
  • can define and execute conditional loops
  • can define and execute if-else
  • can read and write files

About

A small, slow language built for the learning experience; not safe for public consumption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages