This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Ed94/Odin.git
synced
2026-07-24 08:27:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d72db2698bdb7b976bfdee075088d6ec697dafd9
Odin
/
core
/
encoding
T
History
Karl Zylinski
d7cc166eab
Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings.
2023-04-05 22:37:05 +02:00
..
base32
Remove unneeded semicolons from the core library
2021-08-31 22:21:13 +01:00
base64
Strip even more semicolons if followed by a
}
or
)
on the same line
2021-08-31 23:47:57 +01:00
csv
Allow CSV/TSV reader to read multi-line fields.
2022-05-13 14:19:04 +02:00
endian
Add
core:encoding/endian
2022-05-12 19:35:07 +01:00
entity
Correct naming in tests
2022-07-11 11:55:49 +01:00
hxa
fix some typos
2022-08-05 20:10:20 +08:00
json
Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings.
2023-04-05 22:37:05 +02:00
varint
Minor style change in leb128.odin
2022-05-12 15:59:15 +01:00
xml
Add
runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD
where appropriate
2023-02-10 16:23:33 +00:00