miller/internal/pkg/bifs
Stephen Kitt 9c5e3ee190
Use raw strings to avoid escapes (#885)
Especially for regexes, raw strings improve readability since they
aren't escaped.

While we're at it, use MustCompile instead of handling the error and
exiting.

Signed-off-by: Stephen Kitt <steve@sk2.org>
2022-01-18 20:49:00 -05:00
..
arithmetic.go Fix codespell config to skip multiple files (#837) 2022-01-03 23:16:43 -05:00
arithmetic_test.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
base.go Simplify and unit-test cmp disposition matrices (#819) 2021-12-29 21:53:56 -05:00
bits.go go fmt 2021-12-29 21:32:00 -05:00
bits_test.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
booleans.go Simplify and unit-test cmp disposition matrices (#819) 2021-12-29 21:53:56 -05:00
cmp.go Mlrval arrayval from []Mlrval to []*Mlrval (#880) 2022-01-17 15:13:57 -05:00
collections.go Mlrval arrayval from []Mlrval to []*Mlrval (#880) 2022-01-17 15:13:57 -05:00
collections_test.go Mlrval arrayval from []Mlrval to []*Mlrval (#880) 2022-01-17 15:13:57 -05:00
datetime.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
hashing.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
hashing_test.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
mathlib.go go fmt 2021-12-29 21:32:00 -05:00
random.go urandelement DSL function (#789) 2021-12-21 23:15:14 -05:00
regex.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
relative_time.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
stats.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
strings.go Use raw strings to avoid escapes (#885) 2022-01-18 20:49:00 -05:00
system.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
types.go Make is_null/is_not_null DSL functions include new JSON-null type (#883) 2022-01-18 08:25:03 -05:00