Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaulinsoft committed Aug 9, 2014
1 parent ca91a67 commit 8e1462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ default: `false`
#### Precompiling (fusion Integration)

jTypes will soon provide support for precompiling static class definitions using our ![fusion](https://github.com/gaulinsoft/fusion) language framework currently under development.
jTypes will soon provide support for precompiling static class definitions using our [fusion](https://github.com/gaulinsoft/fusion) language framework currently under development.
The lexer-parser utilities of fusion will be used to build an abstract syntax tree for each static class definition in a `.jt` file and transpile them into a `.js` file.
Any classes with inline string and object literals will be transpiled into a jTypes class that requires _no compiling at runtime_.
This will provide developers with the ability to utilize dynamic runtime class definitions for rapid prototyping and precompiled static class definitions for efficiency.
Expand Down

0 comments on commit 8e1462d

Please sign in to comment.