Add a Swift backend for LibertyXDR

This commit is contained in:
2023-06-15 09:42:06 +02:00
parent 8466d0d850
commit 53197b51e5
5 changed files with 298 additions and 12 deletions

View File

@@ -54,6 +54,9 @@ lxdrgen-mjs.awk::
LibertyXDR backend for Javascript, currently for decoding only.
It cuts a corner by not using BigInts, on par with `JSON.parse()`.
lxdrgen-swift.awk::
LibertyXDR backend for the Swift programming language.
Contributing and Support
------------------------
Use https://git.janouch.name/p/liberty to report any bugs, request features,