gingerBill
|
86649e6b44
|
Core library clean up: Make range expressions more consistent and replace uses of .. with ..=
|
2021-06-14 11:15:25 +01:00 |
|
gingerBill
|
54e6c50769
|
Implement f16 functionality
|
2021-04-01 10:06:00 +01:00 |
|
gingerBill
|
10f91a0d3f
|
Make base32 and base64 adhere to -strict-style
|
2021-03-14 12:54:28 +00:00 |
|
gingerBill
|
a60d22fefd
|
Make trailing comma usage consistent
|
2021-03-13 21:18:07 +00:00 |
|
gingerBill
|
41b854f192
|
Remove #opaque types
|
2021-02-23 15:45:06 +00:00 |
|
gingerBill
|
595885d3db
|
Remove bit_field in type info, runtime, and general core library
|
2021-02-19 11:36:23 +00:00 |
|
gingerBill
|
3bcccf88d5
|
vet all core packages
|
2021-01-09 23:43:34 +00:00 |
|
gingerBill
|
37253f2621
|
Add encoding/csv Writer
|
2021-01-09 00:21:47 +00:00 |
|
gingerBill
|
da380d6fc4
|
Add encoding/csv Reader
|
2021-01-08 23:24:35 +00:00 |
|
gingerBill
|
18da0b3418
|
Integrate package io into core library
|
2020-12-03 10:45:26 +00:00 |
|
gingerBill
|
1acd5acd70
|
Remove unused variable
|
2020-11-25 16:28:13 +00:00 |
|
gingerBill
|
dbaf4d24f6
|
Update package json for new map layout; Correct llvm-api includes for *nix
|
2020-11-25 16:19:56 +00:00 |
|
gingerBill
|
fc4fdd588e
|
Remove usage of do in core library
|
2020-09-23 17:17:14 +01:00 |
|
jockus
|
8d637f5139
|
Added parse_integers optional to validation
|
2020-09-15 12:03:40 +01:00 |
|
jockus
|
195dbd658d
|
Added option to parse number as integer, disabled by default
|
2020-09-15 11:39:34 +01:00 |
|
gingerBill
|
7f48cf8405
|
[REFLECTION BREAKING] Modify the internals of the map type to increase performance
|
2020-09-07 11:41:42 +01:00 |
|
gingerBill
|
5fa54fd2cc
|
Commit fix
|
2020-06-16 16:07:44 +01:00 |
|
gingerBill
|
89d824216a
|
Add extra information to -show-more-timings
|
2020-05-21 09:30:15 +01:00 |
|
gingerBill
|
e8f2fb58d9
|
Fix strconv.parse_ usage across other packages
|
2020-05-09 11:54:36 +01:00 |
|
Tetralux
|
92e1c71dd6
|
Fix encoding/base64 encoding null bytes incorrectly
Fixes #574.
Thanks @jroatch!
|
2020-02-28 14:52:16 +00:00 |
|
gingerBill
|
d1c9fd4e01
|
Implement #complete switch by default, replace with #partial switch #511
|
2019-12-22 12:03:48 +00:00 |
|
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 |
|
zhibog
|
2484f4d04b
|
Removed CSV stuff.
|
2019-11-17 20:09:00 +01:00 |
|
zhibog
|
694ee02247
|
Missed one
|
2019-11-09 18:06:33 +01:00 |
|
zhibog
|
0451c88ab6
|
Fixed indenting
|
2019-11-09 18:04:30 +01:00 |
|
zhibog
|
803f6a6651
|
Added procs to read and write just the data, without any file loading / writing
|
2019-11-08 22:17:24 +01:00 |
|
zhibog
|
672cfd51c3
|
Added names to return values
|
2019-11-08 20:21:18 +01:00 |
|
zhibog
|
80cdf8b6a8
|
Should be row_count obviously
|
2019-11-08 20:16:56 +01:00 |
|
zhibog
|
dc2d5239c5
|
Removed comments regarding RFC test vectors
|
2019-11-08 20:06:58 +01:00 |
|
zhibog
|
4b718aae75
|
Added an implementation for reading and writing csv files
|
2019-11-01 22:35:46 +01:00 |
|
zhibog
|
20db0e7f09
|
Added Base32 + official test vectors from the RFC
|
2019-11-01 22:35:09 +01:00 |
|
zhibog
|
614ea5c168
|
Added official test vectors from the RFC
|
2019-11-01 22:34:19 +01:00 |
|
gingerBill
|
939459b635
|
Change implicit semicolon rules for record types within procedure bodies; Update package odin/*
|
2019-10-06 19:16:55 +01:00 |
|
gingerBill
|
562b518394
|
Change print*_err to eprint* in core library
|
2019-10-06 18:54:29 +01:00 |
|
zhibog
|
a7676bff6e
|
Added an implementation for Base64. Also provides the ability to supply your own alphabet and decoding table.
|
2019-08-15 22:05:06 +02:00 |
|
gingerBill
|
3ad20a2d2d
|
Remove package types and merge with package reflect
|
2019-08-13 22:59:07 +01:00 |
|
gingerBill
|
8ee7ee7120
|
Fix core library for the new procedure parameter addressing mode
|
2019-07-15 22:16:27 +01:00 |
|
gingerBill
|
fb3d73cb20
|
Make core library use a..<b rather than doing a..b-1
|
2019-05-28 12:52:20 +01: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
|
e6f9b4fb11
|
Fix some -vet warnings; change import to core:math/bits
|
2019-03-25 09:23:46 -04:00 |
|
Jeroen van Rijn
|
dc706d8a6b
|
Vet CEL
|
2019-03-17 23:27:13 +01:00 |
|
Jeroen van Rijn
|
1f5ab0b5f1
|
Fix typo in cel tokeniser.
|
2019-03-04 13:41:47 +01:00 |
|
gingerBill
|
db2eff6847
|
Fix typo in json/parser.odin
|
2019-01-14 20:44:27 +00:00 |
|
gingerBill
|
e047d9eb5e
|
Update package json parser to store the end position on the values
|
2019-01-14 15:51:52 +00:00 |
|
gingerBill
|
5af20aa467
|
Make encoding/json use []byte rather than string
|
2019-01-07 23:08:38 +00:00 |
|
gingerBill
|
6c21e99832
|
json.marshal
|
2019-01-06 23:32:50 +00:00 |
|
gingerBill
|
08598b9425
|
Support NaN and Infinity for JSON5
|
2019-01-06 22:25:02 +00:00 |
|
gingerBill
|
d1b9f3ac74
|
package json; JSON5 support
|
2019-01-06 21:48:13 +00:00 |
|
gingerBill
|
d732a51587
|
Add json.is_valid file
|
2019-01-06 20:44:52 +00:00 |
|
gingerBill
|
9487f8c92e
|
Add json.is_valid
|
2019-01-06 20:44:39 +00:00 |
|