Skip to content

an interpreted programming language im working on (change this later)

License

Notifications You must be signed in to change notification settings

mochji/crescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

this is in development!!!

this is heavily inspired from lua (which is why its called crescent), and will be similar to lua in both the syntax and c api with stuff i believe can be improved (and isnt absolutely painful to read the source code)

this is mostly a hyperfixation

i cant really get more done until i implement a garbage collector, why? STRINGS. I HATE STRIGNS

done

  • object structure
  • stack and call structure
  • base c api
  • string type

donen't

  • garbage collector
  • array type
  • globals
  • vm
  • lexer, parser, anything related to the compiler
  • aux library
  • base libs (base, math, io, os, string, etc)

implement later

  • table type
  • metatables/metamethods

About

an interpreted programming language im working on (change this later)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published