]> Cypherpunks repositories - keks.git/commit
FLOAT support master
authorSergey Matveev <stargrave@stargrave.org>
Fri, 20 Jun 2025 20:21:08 +0000 (23:21 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 24 Jun 2025 14:14:46 +0000 (17:14 +0300)
commit7d2b110b9ee547b88950dc6c5ca3aec7d383123fced7948bfbe74a3e4dc351a9
tree9b53de9dac2787f2f7c8318ee5f1f069f643ec2c0ce9690ab428235e122e3ba9
parentd2b531bd103cb07ea4d092169ae5b6c26c3e17297a3bb454a5ca56bd7015e406
FLOAT support
39 files changed:
c/cmd/deatomiser/deatomiser.c
c/cmd/pp/pp.c
c/cmd/test-vector/test-vector.c
c/lib/atom.h
c/lib/dec.c
c/lib/enc.c
c/lib/enc.h
c/lib/err.c
c/lib/err.h
c/lib/fp.c [new file with mode: 0644]
c/lib/fp.h [new file with mode: 0644]
c/lib/items.c
c/lib/o.list
go/README
go/atom-decode.go
go/atom-encode.go
go/atomtype_string.go
go/cmd/pp/printer.go
go/cmd/test-vector-anys/main.go
go/cmd/test-vector-manual/main.go
go/ctx.go
go/encode.go
go/float.go [new file with mode: 0644]
go/float_test.go
go/iter.go
go/parse.go
go/type.go
go/unmarshal.go
py3/README
py3/keks.py
py3/test-vector.py
py3/tests/test_float.py
spec/encoding/FLOAT
spec/encoding/FullTable
spec/encoding/index
tcl/README
tcl/keks.tcl
tcl/mk-fuzz-inputs
tcl/test-vector.tcl