git.delta.rocks / jrsonnet / refs/commits / f2fefaf94f02

difftreelog

commits

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