Переглянути джерело

Update README.md

Add eval to readme
Mark Knol 6 роки тому
батько
коміт
396a3d04f5
1 змінених файлів з 3 додано та 2 видалено
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -16,14 +16,15 @@ Haxe allows you to compile for the following targets:
  * JavaScript
  * C++
  * C#
- * [HashLink](http://hashlink.haxe.org/)
  * Java
  * Lua
  * PHP
  * Python 3
- * [NekoVM](http://nekovm.org/)
+ * [HashLink](https://hashlink.haxe.org/)
+ * [NekoVM](https://nekovm.org/)
  * Flash (SWF Bytecode)
  * ActionScript 3
+ * And its own [interpreter](https://haxe.org/blog/eval/)
 
 You can try Haxe directly from your browser at [try.haxe.org](https://try.haxe.org)!