git.delta.rocks / jrsonnet / refs/commits / 8eff8514f067

difftreelog
  1. feat(parser) tailstrict call, multiline
    Лач 2020-06-07 #8eff851
  2. feat(evaluator) add std.trace intristic
    Лач 2020-06-06 #fe18508
  3. fix(parser) use precedence climbing for suffixes
    Лач 2020-06-06 #be9904a
  4. chore rename executable to jrsonnet
    Лач 2020-06-06 #e78129a
  5. tests: add makefile to simplify official test suite usage
    Лач 2020-06-06 #bcd9b11
  6. feat fancy syntax errors
    Лач 2020-06-06 #96d9345
  7. feat(evaluator) specify error type
    Лач 2020-06-06 #d4fc7a8
  8. feat(parser) reexport PEG
    Лач 2020-06-06 #9dc4a3f
  9. feat show only source code slice on error
    Лач 2020-06-06 #1e7463d
  10. feat multiple trace formats
    Лач 2020-06-06 #a69298f
  11. refactor(evaluator) use PathBuf for file paths
    Лач 2020-06-06 #e614efa
  12. feat(parser) use PathBuf for file names
    Лач 2020-06-06 #30ce98e
  13. fix make jsonnet tests partially pass
    Лач 2020-06-04 #e53de5d
  14. feat add noop args from original jsonnet
    Лач 2020-06-04 #774a622
  15. fix(parser) desugar == to std.equals
    Лач 2020-06-04 #f9925f6
  16. fix(parser) desugar % to std.mod
    Лач 2020-06-04 #8c59188
  17. fix(evaluator) arrays should be lazy
    Лач 2020-06-04 #b8416d6
  18. fix(parser) infix operator precedence, ifcomp
    Лач 2020-06-04 #a17ef2d
  19. fix(evaluator) string arithmetics
    Лач 2020-06-04 #e284e94
  20. feat CLI --format option
    Лач 2020-06-04 #d37d57f
  21. fix(evaluator) correct handling of true || expr
    Лач 2020-06-04 #cc58898
  22. feat(evaluator) add_global method
    Лач 2020-06-04 #55e13f5
  23. feat(parser) bitnot, python comments
    Лач 2020-06-04 #2aa6f70
  24. build regenerate Cargo.lock
    Лач 2020-06-04 #e4b623d
  25. feat improve error display
    Лач 2020-06-04 #a307cfd
  26. perf(evaluator) deserialize instead of parsing std
    Лач 2020-06-04 #03f24e7
  27. feat(evaluator) better stacktraces
    Лач 2020-06-04 #f306bde
  28. perf add flags for release build
    Лач 2020-06-04 #7bff493
  29. feat(parser) serializable AST
    Лач 2020-06-04 #0444432
  30. feat CLI
    Лач 2020-06-03 #3302a3d
  31. feat(evaluator) use errors, pass EvaluationState
    Лач 2020-06-03 #fab41c8
  32. feat(evaluator) eval methods in EvaluationState
    Лач 2020-06-03 #b855963
  33. feat(evaluator) ArrComp support
    Лач 2020-06-03 #4aecc22
  34. feat(evaluator) Expr::Arr support
    Лач 2020-06-01 #56fe309
  35. test(evaluator) sjsonnet test fix
    Лач 2020-06-01 #8915d0b
  36. ci add gitlab-ci config
    Лач 2020-06-01 #8a8516d
  37. feat(evaluator) propogate EvaluationState
    Лач 2020-06-01 #8d448f7
  38. feat(evaluator) stacktrace preparation
    Лач 2020-06-01 #1450eba
  39. perf(evaluator) cache LazyVal/obj fields
    Лач 2020-06-01 #b25a25b
  40. feat(evaluator) use LocExpr
    Лач 2020-06-01 #11818aa
  41. feat(parser) save ast expression location
    Лач 2020-06-01 #c4387b3
  42. style fix rustfmt and clippy warnings
    Лач 2020-05-31 #ad8b59d
  43. fix(evaluator) utf-8 support
    Лач 2020-05-31 #64fb395
  44. fix(evaluator) instristics
    Лач 2020-05-31 #26c294d
  45. chore(std) temporarly add intristic namespace
    Лач 2020-05-31 #30ac0c8
  46. fix(parser) infix operator precedence
    Лач 2020-05-31 #7c97539
  47. fix(evaluator) indirect_self bug
    Лач 2020-05-30 #2e6febe
  48. refactor(evaluator) use closures where possible
    Лач 2020-05-30 #abae2f2
  49. test(parser) merge new tests
    Лач 2020-05-29 #0787247
  50. chore(evaluator) partial interpreter implementation
    Лач 2020-05-29 #067b138
  51. test(parser) move duplicate part of tests to submodule
    progrm_jarvis 2020-05-16 #3527065
  52. refactor(parser) make parser parse stdlib successfully
    Лач 2020-05-29 #45767d3
  53. test(parser) add `basic_math_parened` test
    progrm_jarvis 2020-05-16 #1f0db62
  54. chore(stdlib) package jsonnet standard library
    Лач 2020-05-29 #aee104d
  55. chore(git) ignore .idea/ directory
    progrm_jarvis 2020-05-16 #67ebf55
  56. fix(parser) allow zero length strings
    Лач 2020-05-16 #431f2ab
  57. test(parser) add `basic_math_with_indents` test
    progrm_jarvis 2020-05-16 #2711ddb
  58. feat(parser) trace feature for peg
    Лач 2020-05-16 #ee033ba
  59. style initially reformat sources
    progrm_jarvis 2020-05-16 #4452d85
  60. fix(parser) move suffixes to expr_basic, function parsing BREAKING CHANGE: Renamed: Args => ArgsDesc Params => ParamsDesc
    Лач 2020-05-16 #b99878e
  61. chore(rustfmt) add config for hard_tabs
    progrm_jarvis 2020-05-16 #0fd8838
  62. feat(evaluator) create evaluator crate BREAKING CHANGE: rename Expr internals to not match Expr variants
    Лач 2020-05-16 #9b267d5
  63. chore(parser) initial parser commit
    Лач 2020-05-16 #31dfb91