CertainLach / jrsonnet

Rust implementation of Jsonnet language
MIT License
290 stars 33 forks source link

refactor: move more stdlib functions to builtins #159

Closed CertainLach closed 3 weeks ago

CertainLach commented 2 months ago

All manifestification code is refactored to builtins, to allow experimenting on better stacktrace generation for proper TCO

It is not finished yet

CertainLach commented 2 months ago

Now all supported manifest formats have somewhat usable descriptions, but they are all missing spans for proper error rendering.