feat: add decoder.scm and encoder.scm for testing
This commit is contained in:
parent
c886ae523f
commit
b65135ef04
2 changed files with 9 additions and 0 deletions
9
test/encoder.scm
Executable file
9
test/encoder.scm
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env -S guile -s
|
||||
!#
|
||||
(use-modules
|
||||
(toml builder)
|
||||
(json))
|
||||
|
||||
(define scm (json->scm (current-input-port)))
|
||||
|
||||
(scm->toml scm)
|
Loading…
Reference in a new issue