git.delta.rocks / jrsonnet / refs/commits / 0831da3ed8d9

difftreelog

commits

crates/jrsonnet-parser/src/lib.rs21.4 KiBsourcehistory
  1. fix(parser) allow trailing comma before forspec in object
    Yaroslav Bolyukin 2022-08-05 #673ea5e
  2. refactor keep source code alongside source path
    Yaroslav Bolyukin 2022-08-05 #4ad9956
  3. There was special support to refer to native functions for stdlib, as
    otherwise `std.native` was not implementable.
    However, now evaluator contains support for fancy builtins, and it is
    possible to reimplement standard library without any parser magic.
    
    BREAKING CHANGE: This syntax no longer works: $intrinsic(name),
    $intrinsicId, $intrinsicThisFile
    Yaroslav Bolyukin 2022-07-23 #5a21a2e
  4. fix(parser) allow locals trailing comma
    Yaroslav Bolyukin 2022-06-07 #93c371f
  5. feat object destructuring defaults
    Yaroslav Bolyukin 2022-06-03 #d76beb2
  6. feat destruct function arguments
    Yaroslav Bolyukin 2022-06-03 #3961a53
  7. refactor rework layout and path handling
    Yaroslav Bolyukin 2022-05-26 #96da6f3
  8. refactor virtual file handling
    Yaroslav Bolyukin 2022-05-26 #0374cd0
  9. Same as https://github.com/databricks/sjsonnet/issues/127
    Yaroslav Bolyukin 2022-04-25 #f546d2e
  10. refactor better rebinding handling
    Yaroslav Bolyukin 2022-04-24 #c65967c
  11. feat field destructuring
    Yaroslav Bolyukin 2022-04-24 #88a0ba1
  12. refactor move modules from root
    Yaroslav Bolyukin 2022-04-24 #c137fa7
  13. feat support legacy std.thisFile
    Yaroslav Bolyukin 2022-04-22 #ab1fc1b
  14. fix parser should accept escapes of any string type
    Yaroslav Bolyukin 2022-04-22 #94fa86f
  15. fix(parser) whitespace in slice
    Yaroslav Bolyukin 2022-04-22 #b4a4398
  16. style enforce import style
    Yaroslav Bolyukin 2022-04-20 #80f37a4
  17. Merge remote-tracking branch 'origin/feature/importbin' into gcmodule
    Yaroslav Bolyukin 2022-04-20 #74199ce
  18. feat importbin
    Yaroslav Bolyukin 2022-01-29 #20cd69c
  19. Merge remote-tracking branch 'origin/master' into gcmodule
    Yaroslav Bolyukin 2022-01-04 #2d3e912
  20. refactor simplify and unify builtins
    Yaroslav Bolyukin 2021-12-27 #8f3ed48