1. e9aa380 fix unmatched_paren.mk by Fumitoshi Ukai · 9 years ago
  2. bbb0db5 fix TODO in value.mk by Fumitoshi Ukai · 9 years ago
  3. 55c8fa9 unexport Func and Expr by Fumitoshi Ukai · 9 years ago
  4. 744bb2b go gettable for github.com/google/kati by Fumitoshi Ukai · 9 years ago
  5. b8acae9 reduce runtime.convT2I -> runtime.newobject -> runtime.mallocgc by Fumitoshi Ukai · 9 years ago
  6. 7c9aa9f parseExpr less allocation by Fumitoshi Ukai · 9 years ago
  7. b69bf8a Add LICENSE and licence headers by Shinichiro Hamaji · 9 years ago
  8. d8cec17 Revert "Revert "fix: handle $(eval foo := $(var)) case"" by Fumitoshi Ukai · 9 years ago
  9. 321ec7e Revert "fix: handle $(eval foo := $(var)) case" by Shinichiro Hamaji · 9 years ago
  10. b4c5a2f fix: handle $(eval foo := $(var)) case by Fumitoshi Ukai · 9 years ago
  11. 74536e6 Revert "handle $(eval foo := $(var)) case" by Shinichiro Hamaji · 9 years ago
  12. f0a2ba7 add paramref for fast path for param access (e.g. $1, $(1)) by Fumitoshi Ukai · 9 years ago
  13. 5f8e982 handle $(eval foo := $(var)) case by Fumitoshi Ukai · 9 years ago
  14. 150c861 compact $(eval foo := bar) to internal assign func. by Fumitoshi Ukai · 9 years ago
  15. da7f255 introduce func compactor. by Fumitoshi Ukai · 9 years ago
  16. ee5c6fc remove trimSpace and inFunc from parseExpr. by Fumitoshi Ukai · 9 years ago
  17. b2670d9 change f.closure.args[0] has "(funcname", or "{funcname". by Fumitoshi Ukai · 9 years ago
  18. ebf945c preserve func expression to make Func.String() faster. by Fumitoshi Ukai · 9 years ago
  19. b36f387 split expression parser and evaluator by Fumitoshi Ukai · 9 years ago