Skip to content

Instantly share code, notes, and snippets.

@nanjizal
Created April 15, 2022 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanjizal/9245e1b84617185df15e75b48bb084e3 to your computer and use it in GitHub Desktop.
Save nanjizal/9245e1b84617185df15e75b48bb084e3 to your computer and use it in GitHub Desktop.
readme for lapce

Haxe Lapce Code Editor

Initial Aim

Haxe Compiler Targets

The following table gives an overview of available Haxe targets taken from haxe site.

Name Tier Kind Static typing Sys Since Haxe version
JavaScript 1 source No No beta (2006)
HashLink 1 byte code + source Yes Yes 3.4 (2016)
Eval 1 interpreter No Yes 4.0 (2019)
JVM 1 byte code Yes Yes 4.0 (2019)
PHP7 1 source No Yes 3.4 (2016)
C++ 2 source Yes Yes 2.4 (2009)
Lua 2 source No Yes 3.3 (2016)
C# 3 source Yes Yes 2.10 (2012)
Python 3 source No Yes 3.2 (2015)
Java 3 source Yes Yes 2.10 (2012)
Flash 3 byte code Yes No alpha (2005)
Neko 3 byte code No Yes alpha (2005)
ActionScript 3 source Yes No 1.12 (2007), removed in 4.0 (2019)
PHP5 source No Yes 2.0 (2008), removed in 4.0 (2019)
Nim? Interesting dev repo?

Tree sitter discussion

lapce/lapce#272

Tree sitter sources

others

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment