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

difftreelog

commits

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