miller/internal/pkg/bifs
John Kerl ee0ac3d7bb
New leftpad and rightpad DSL functions (#1205)
* Initial code for `leftpad` and `rightpad` functions

* typofix, and test cases

* doc-gen

* windows UT
2023-02-26 17:14:35 -05:00
..
arithmetic.go Remove unreachable code (#903) 2022-01-27 12:23:00 -05:00
arithmetic_test.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
base.go DSL functions and verbs for UTF-8 <-> Latin-1 (#997) 2022-03-20 17:29:40 -04:00
bits.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
bits_test.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
booleans.go Simplify and unit-test cmp disposition matrices (#819) 2021-12-29 21:53:56 -05:00
cmp.go make fmt 2022-11-26 00:23:12 -05:00
collections.go make fmt 2022-11-26 00:23:12 -05:00
collections_test.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
datetime.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -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 Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
random.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
regex.go gssub DSL function (#989) 2022-03-18 23:48:27 -04:00
relative_time.go Let dhms2sec accept input like "8h" (#983) 2022-03-14 23:47:50 -04:00
stats.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
strings.go New leftpad and rightpad DSL functions (#1205) 2023-02-26 17:14:35 -05:00
system.go type-safety in exec (#1099) 2022-09-29 10:11:35 -04:00
types.go Add Inf and NaN literals to the DSL (#933) 2022-02-08 09:58:50 -05:00