Kevin Watters and GitHub
0b67de47d6
add #config to odin parser
...
Update the `core:odin` parser for the new `#config` idiom.
2020-06-04 10:48:13 -04:00
Kevin Watters and GitHub
6c7fc4212a
Remove intrinsics import
...
When using `linalg` with the `-vet` compiler switch, you get the warning/error:
`odin/core/math/linalg/specific.odin(4:8) 'intrinsics' declared but not used`
2020-06-01 18:44:47 -04:00
Kevin Watters
957e6f7f08
Add a missing space after /LIBPATH linker options.
2020-03-28 21:05:32 -04:00
Kevin Watters
b5fdb3f855
Remove unused variables in utf8.odin.
2019-10-28 11:13:47 -04:00
Kevin Watters
88e1b93786
Fix som JSON parsing bugs.
...
- Single digit integer keys `{"a": 5}`
` Negative float keys `{"b": -42.0}`
2019-04-06 09:24:53 -04:00
Kevin Watters
62f5eb5bca
Fix som JSON parsing bugs.
...
- Single digit integer keys `{"a": 5}`
` Negative float keys `{"b": -42.0}`
2019-04-06 09:19:09 -04:00
Kevin Watters
6ab471ff87
Merge branch 'master' of github.com:odin-lang/Odin
2019-04-06 08:41:56 -04:00
Kevin Watters
957e1e1f07
Merge branch 'master' of github.com:odin-lang/Odin
2019-04-01 09:34:25 -04:00
Kevin Watters
381fbd3daf
Merge branch 'master' of github.com:odin-lang/Odin
2019-03-31 12:03:22 -04:00
Kevin Watters
76a2807b56
Remove unused import from demo.odin.
2019-03-26 11:20:49 -04:00
Kevin Watters
14ff561f6c
Merge branch 'master' of github.com:odin-lang/Odin
2019-03-26 11:17:58 -04:00
Kevin Watters
e6f9b4fb11
Fix some -vet warnings; change import to core:math/bits
2019-03-25 09:23:46 -04:00