Skip to content

A Python-like programming language built entirely using Haxe metaprogramming.

License

Notifications You must be signed in to change notification settings

SomeRanDev/laxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAXE

A Python-like programming language built entirely using Haxe metaprogramming. It is converted to Haxe AST and 100% interoperable with Haxe projects/libraries.

Hypothetically, this is how it would work:


Install from haxelib

haxelib install laxe

Add to project, and set class path to src/.

Class path can be the same as -cp.

You can even mix .hx and .lx within the same directory.

-lib laxe

-D laxe-cp=src

Make some .lx files and put some Laxe code inside.

def main():
  trace("Hello there.")

About

A Python-like programming language built entirely using Haxe metaprogramming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published