Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nightblade9 authored Jan 21, 2018
2 parents 62471ac + 92f637f commit 60ada87
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ For constructs that don't exist in Python (eg. `override`, `@:...`), add them to

----

Currently, Dragon is in a very early stage of development. We're using Lark to generate the parse tree, and then generate the resulting Haxe code.
Currently, Dragon is in a very early stage of development. We're using Lark to generate the parse tree, and then generate the resulting Haxe code.

Our roadmap:
Our roadmap:

- Transpile a very simple "hello world" HaxeFlixel project
- Transpile a more complicated HaxeFlixel game
- Transpile one of the Kha game tutorials
- [X] Transpile the default HaxeFlixel "hello world" template (v0.1)
- [ ] Transpile a more complicated HaxeFlixel template
- [ ] Transpile an actual HaxeFlixel game
- [ ] Transpile one of the Kha game tutorials

Once we achieve these goals, we plan to release the `v1.0.0` version of Dragon.
Once we achieve these goals, we plan to release the `v1.0.0` version of Dragon.

You may also be interested in [Mars](https://github.com/nightblade9/mars), our companion project which handles generating and compiling HaxeFlixel projects (via Dragon).
You may also be interested in [Mars](https://github.com/nightblade9/mars), our companion project which handles generating, compiling, and running Python-based HaxeFlixel projects (via Dragon).

0 comments on commit 60ada87

Please sign in to comment.