git.delta.rocks / jrsonnet / refs/commits / 6d7ca685fe74

difftreelog

commits

crates/jrsonnet-parser/src/source.rs1.9 KiBsourcehistory
  1. 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
  2. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  3. refactor virtual file handling
    Yaroslav Bolyukin 2022-05-26 #0374cd0