Commit History

Author SHA1 Message Date
  Simon Krajewski caaa4bc48b disallow leading zeroes for int and float literals (closes #3295) 11 years ago
  Simon Krajewski 40ffbc1007 add file to lexer lookup only if we actually parse it (closes #3188) 11 years ago
  杨博 8511640037 add @:bridgeProperties, which creates native property bridges for all haxe properties in the annotated class 11 years ago
  Nicolas Cannasse b94ee60b07 allowed fmt string in fmt string 12 years ago
  Simon Krajewski 3f4d6b5b90 add Lexer.resolve_pos to resolve positions within non-hx files (closes #1979) 12 years ago
  Simon Krajewski 935299a65d license change 12 years ago
  Simon Krajewski 0c6088c7df added [key => val] shorthand for Map initialization (fixed issue #960) 12 years ago
  Nicolas Cannasse 769cacdb95 macro is now a keyword and a field accessor (fixed issue #972) 12 years ago
  Nicolas Cannasse f870ab37cf little renaming 12 years ago
  Simon Krajewski 6086a8fea3 changed callback(func,args) to func.callback(args), removed callback keyword 12 years ago
  Simon Krajewski 3f37d3b7cd enabled trailing whitespace removal 12 years ago
  Nicolas Cannasse 2cb50b8911 prevent handling formated string when passed to a macro (fixed issue #1284) 13 years ago
  Nicolas Cannasse 148f6e9a84 added single-quote string interpolation 13 years ago
  Nicolas Cannasse 4965f733a3 correctly report line 1 instead of line 0 for errors on first line 13 years ago
  Nicolas Cannasse 1f2f915e46 optimize line number lookup using binary search 13 years ago
  Nicolas Cannasse d6fb3fa088 added abstract types basic support (still keep old StdTypes until we fix bugs and test completely) 13 years ago
  Nicolas Cannasse 453f470c4a removed Type/EType (fixed issue #730) 13 years ago
  Nicolas Cannasse 2b05fa43ca null, true, false are now keywords 13 years ago
  Bruno Garcia 538660239f First pass at JS source mapping. 13 years ago
  Nicolas Cannasse 15b9e71c1f allow \uXXXX in regexp 13 years ago
  Nicolas Cannasse ca72f0f4a6 minor (for parsed cache) 13 years ago
  Nicolas Cannasse 22ec3c982e partial support for Reflect.getProperty/setProperty 14 years ago
  Nicolas Cannasse 75393eb740 allowed $ identifier 14 years ago
  Nicolas Cannasse c62bce5de9 automate + simplify lexer line_index build 14 years ago
  Franco Ponticelli 8fd1e9875c - minor fix to regular expressions 14 years ago
  Nicolas Cannasse b61fbd192d fixed issue #267 14 years ago
  Nicolas Cannasse 2ba9e70342 fixed escape sequences in ~/.../ (fixed issue #196) 14 years ago
  Nicolas Cannasse 9c1f1b138d added metadata parsing + typing (still need api + codegen) 15 years ago
  Nicolas Cannasse 81cecfc1d4 ignore #! line at beginning of the hx file 16 years ago
  Nicolas Cannasse 3607dbc892 added 'using' syntax 16 years ago