git.delta.rocks / jrsonnet / refs/commits / 1925b3a76ba9

difftreelog

commits

crates/jrsonnet-parser/src/source.rs7.4 KiBsourcehistory
  1. style use let-else
    Yaroslav Bolyukin 2022-11-03 #1925b3a
  2. refactor move state to context
    Yaroslav Bolyukin 2022-10-26 #30d381b
  3. Separate jrsonnet-evaluator and stdlib implementation #82
    Yaroslav Bolyukin 2022-10-17 #b8bef13
  4. Merge remote-tracking branch 'origin/master' into split-stdlib
    Yaroslav Bolyukin 2022-10-15 #c39582b
  5. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  6. For usage in new import resolvers, this change allows to use custom
    types within importers, allowing to allow imports from internet
    Yaroslav Bolyukin 2022-08-27 #a7e60a9
  7. refactor virtual file handling
    Yaroslav Bolyukin 2022-05-26 #0374cd0
  8. perf reimplement AST codegen
    Yaroslav Bolyukin 2022-08-07 #0831da3
  9. refactor keep source code alongside source path
    Yaroslav Bolyukin 2022-08-05 #4ad9956
  10. 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