Skip to content

ALANVF/haxe-self

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic implementation of Self in Haxe, based on this old implementation in Cecil with a few extra features like floats.

Note that this is a minimal implementation, and does not feature a full standard library. That being said, I've tried designing and documenting this implementation enough that it can be easily extendable by anyone.

To run this yourself

You will need Haxe 4.2 or newer (I used 4.2.3).

Install haxe-strings from haxelib and run haxe build.hxml from the project directory.

This should theoretically work on all sys targets except Java.

About

A basic implementation of Self in Haxe

Topics

Resources

License

Stars

Watchers

Forks