This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package; | |
| class Matcher { | |
| public var s:String; | |
| public var reg:EReg; | |
| public var pos:Int; | |
| public function new(s:String,reg:EReg) { | |
| this.s=s; | |
| this.reg=reg; | |
| pos=0; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Test file: | |
| package; | |
| import CamelCaseTest; | |
| class CamelCaseTest< | |
| ChildType:(ChildI<ChildParentType>,DataObject), | |
| ChildParentType:DataObject, | |
| ChildrenArrayType:ChildArray<ChildType,ChildParentType> | |
| > { | |
| var children(children_get,null):ChildrenArrayType; | |
| var var_test:CamelCaseTest; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package macro; | |
| #if macro | |
| import haxe.macro.Type; | |
| import haxe.macro.Expr; | |
| import haxe.macro.Context; | |
| import tink.macro.tools.ExprTools; | |
| import tink.macro.tools.TypeTools; | |
| #end | |
| //Macros_statics | |
| class Macros_s { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 19Vqhwprkj98Lk7iL6yekrnF5P6fPE4jpY https://explorer.blockstack.org/address/19Vqhwprkj98Lk7iL6yekrnF5P6fPE4jpY |