55f0cd842c
- Добавени JSON runtime функции в cljnim_runtime.nim (write-value-as-string, read-value, file I/O, keyword-keys, pretty print) - Регистрирани json/* функции в emitter.nim - Създаден production пример examples/jsonista.clj (моделиран след metosin/jsonista, без Java зависимости) - Добавен README examples/jsonista.md - Поправен cljGetIn да приема vectors - Поправен cljOptBool за ?-suffixed ключове - Добавен пример в Makefile check - Обновен .gitignore
29 lines
333 B
Plaintext
29 lines
333 B
Plaintext
cljnim
|
|
nimcache/
|
|
*.exe
|
|
*.o
|
|
*.dylib
|
|
*.so
|
|
*_generated.nim
|
|
*_generated
|
|
test_reader
|
|
test_emitter
|
|
test_pvec
|
|
test_pmap
|
|
test_deps
|
|
test_eval
|
|
test_macros
|
|
test_ai_assist
|
|
|
|
|
|
# Artifacts / temp files
|
|
-o
|
|
=0.4.0
|
|
__pycache__/
|
|
test_single_debug.py
|
|
|
|
# Binaries
|
|
src/tui_config
|
|
experiments/native-lib/test_client/test_client
|
|
experiments/wasm/tools/zig/
|