From 96f2d11e572d963b6290985860ff92d5e390c37e Mon Sep 17 00:00:00 2001 From: Лач Date: Wed, 10 Jun 2020 20:45:25 +0000 Subject: [PATCH] docs: add note about spec support --- --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ There is already 3 implementations of this standard: in [C++](https://github.com/google/jsonnet), in [Go](https://github.com/google/go-jsonnet/) and in [Scala](https://github.com/databricks/sjsonnet) It is fun to write one in Rust :D + +## Spec support + +- Can pass all of original `examples` tests +- Can pass all of original `test_suite` tests, expect those, which checks golden output for stacktraces (vanilla-like stacktraces are implemented, but look is not 100% identical): ![Example output](./traces.png) -- gitstuff