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

difftreelog

commits

crates/jrsonnet-parser/src/source.rs3.1 KiBsourcehistory
  1. perf reimplement AST codegen
    Yaroslav Bolyukin 2022-08-07 #0831da3
  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. build switch to released gcmodule fork
    Yaroslav Bolyukin 2022-06-05 #bde2637
  5. refactor virtual file handling
    Yaroslav Bolyukin 2022-05-26 #0374cd0