This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2025-12-30 01:44:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
494b1e7eaa0368f95fa7bd6d993a2f3ecec831ea
Odin
/
core
/
encoding
/
json
History
gingerBill
9db81498d8
Make the
string
type elements "immutable", akin to
char const *
in C
...
Allows for extra security and optimization benefits
2019-12-01 14:10:59 +00:00
..
marshal.odin
Make the
string
type elements "immutable", akin to
char const *
in C
2019-12-01 14:10:59 +00:00
parser.odin
Make the
string
type elements "immutable", akin to
char const *
in C
2019-12-01 14:10:59 +00:00
tokenizer.odin
Fix core library for the new procedure parameter addressing mode
2019-07-15 22:16:27 +01:00
types.odin
Fix some -vet warnings; change import to core:math/bits
2019-03-25 09:23:46 -04:00
validator.odin
Make encoding/json use []byte rather than string
2019-01-07 23:08:38 +00:00