Michael Kutowski
|
b739044e69
Update marshal.odin
|
3 years ago |
Michael Kutowski
|
9e0107c9fc
add new soa type, my bad wasnt on master
|
3 years ago |
Michael Kutowski
|
107e016508
switch styling and opt.spaces max
|
3 years ago |
gingerBill
|
57b20e634b
Merge branch 'master' into pretty-json-2
|
3 years ago |
Michael Kutowski
|
425dec8bb8
add uint as hex option
|
3 years ago |
gingerBill
|
5e3cf45df3
Add `#soa` pointer type to aid with refactoring to `#soa` data types
|
3 years ago |
Michael Kutowski
|
53e0d182af
...bad paste
|
3 years ago |
Michael Kutowski
|
a6fa41e290
marshal output options with pretty option and other config
|
3 years ago |
gingerBill
|
c90b7c38f1
Rename strings.Builder procedures to be consistent with the rest of the core library
|
3 years ago |
gingerBill
|
38ff2a3ed9
Minor fix
|
3 years ago |
gingerBill
|
1baeb9406f
Utilize `union #shared_nil` in more places
|
3 years ago |
gingerBill
|
f0529535e0
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new string version of the old constant
|
3 years ago |
Daniel Gavin
|
5b074ceee5
Add json encoding test + fix enum not being set on success.
|
3 years ago |
gingerBill
|
cdf881a378
Fix json.marshal for Matrix
|
3 years ago |
gingerBill
|
2d2e3ed6a1
Remove dead code
|
3 years ago |
gingerBill
|
9d797ea225
Add more support for complex types
|
3 years ago |
gingerBill
|
aac290e366
Clean up `json.marshal_to_writer`
|
3 years ago |
gingerBill
|
c22f2866c7
Remove `fmt` dependency
|
3 years ago |
gingerBill
|
9bc12e3f38
Improve `json.marshal` error handling for `io.Writer`; Add docs for the different JSON specifications
|
3 years ago |
gingerBill
|
720884e0f1
Strip even more semicolons if followed by a `}` or `)` on the same line
|
4 years ago |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 years ago |
gingerBill
|
18a0fa02c5
Add multi pointers to core
|
4 years ago |
gingerBill
|
db3501f61b
[Breaking] Change the layout `json.Value` to be a `union` rather than a `struct` of a `json.Pos` and the union
|
4 years ago |
gingerBill
|
54e6c50769
Implement `f16` functionality
|
4 years ago |
gingerBill
|
41b854f192
Remove `#opaque` types
|
4 years ago |
gingerBill
|
595885d3db
Remove `bit_field` in type info, runtime, and general core library
|
4 years ago |
gingerBill
|
3bcccf88d5
vet all core packages
|
4 years ago |
gingerBill
|
18da0b3418
Integrate `package io` into core library
|
4 years ago |
gingerBill
|
1acd5acd70
Remove unused variable
|
4 years ago |
gingerBill
|
dbaf4d24f6
Update package json for new map layout; Correct llvm-api includes for *nix
|
4 years ago |