Skip to content

Abdulhadi5692HDI2-3/hxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hxe

This programming language was made with the Crafting Interpreters book and is technically a superset of Lox with some changes.

changes

  • Functions are declared with function not fn
  • you can use the modulo operator
  • Inheritance happens with class Apple : Fruit not class Apple < Fruit
  • Imports (i've decided that import is just enough for now)
  • A proper Standard Library (you can guess that is going to be a bit easier now with importing module support)
  • other things that i dont have time to write

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages