Commit graph

6909 commits

Author SHA1 Message Date
John Kerl
9e11d2afa4 accept-case ./reg-test/cases/case-c-dsl-local-map-variable-write-read.sh 2021-03-02 00:40:27 -05:00
John Kerl
d9e815d8c1 accept-case ./reg-test/cases/case-c-dsl-mapvars-udfs-subroutines.sh 2021-03-02 00:32:04 -05:00
John Kerl
0afb99d20f accept-case ./reg-test/cases/case-c-dsl-mapvar-assignments.sh 2021-03-01 23:58:30 -05:00
John Kerl
c02d5b1ede accept-case ./reg-test/cases/case-c-dsl-user-defined-functions.sh 2021-03-01 23:37:33 -05:00
John Kerl
ac67c83409 typofix u/mand.mlr benchmark script 2021-03-01 23:26:43 -05:00
John Kerl
c9d76d4171 whitespace-neaten for DSL AST-prints 2021-03-01 23:22:49 -05:00
John Kerl
4c75afb686 neaten put/filter print-parse-tree options 2021-03-01 22:18:41 -05:00
John Kerl
b5244c9fd5
Merge pull request #437 from johnkerl/some-case-accepts
Accept some C-to-Go test cases
2021-03-01 09:24:30 -05:00
John Kerl
dd5bded362 accept some C-to-Go test cases 2021-03-01 09:23:29 -05:00
John Kerl
a078a0fb10 todo 2021-03-01 08:56:56 -05:00
John Kerl
c88ac56268
Merge pull request #436 from johnkerl/verb-uniq
Port uniq and count-distinct verbs from C to Go
2021-03-01 00:14:32 -05:00
John Kerl
7909073b93 Merge pull request #435 from johnkerl/verb-fraction
Port fraction verb from C to Go
2021-03-01 00:13:29 -05:00
John Kerl
1723e02027
Merge pull request #435 from johnkerl/verb-fraction
Port fraction verb from C to Go
2021-02-28 10:17:43 -05:00
John Kerl
cce2a4f700 Port fraction verb from C to Go 2021-02-28 10:14:32 -05:00
John Kerl
83c8c0d89c rename-case case-c-verb-histogram.sh case-verb-histogram.sh 2021-02-28 00:54:17 -05:00
John Kerl
33a60431e9
Merge pull request #434 from johnkerl/verb-histogram
Port the histogram verb from C to Go
2021-02-28 00:53:11 -05:00
John Kerl
d48226feb7 Port histogram verb from C to Go 2021-02-28 00:43:50 -05:00
John Kerl
ca320d8475 todo 2021-02-25 19:26:02 -05:00
John Kerl
315bd7b053 todo 2021-02-25 12:42:33 -05:00
John Kerl
d4c575404f https://github.com/goccmack/gocc/pull/107 merged 2021-02-25 12:18:20 -05:00
John Kerl
0183efa8e5 neaten 2021-02-25 12:16:08 -05:00
John Kerl
a1aa5ce145 GC-tuning for performance optimization 2021-02-25 08:16:27 -05:00
John Kerl
90f39a92d5 neaten 2021-02-25 08:05:14 -05:00
John Kerl
ec2517f318 todo 2021-02-23 23:23:28 -05:00
John Kerl
4cb280c8bb todo 2021-02-23 23:10:15 -05:00
John Kerl
59c5a44e24 add timings.txt for PR #430 2021-02-23 23:08:35 -05:00
John Kerl
e97d51d63d
Merge pull request #430 from johnkerl/mand-benchmark-info
Update mandelbrot-benchmark source files
2021-02-23 23:06:31 -05:00
John Kerl
ac707b9cf5 update mandelbrot-benchmark source files 2021-02-23 23:00:57 -05:00
John Kerl
df6729cc45
Merge pull request #429 from johnkerl/substr0
Make substr DSL function 0-up for backward compatibility; add substr1 alternative
2021-02-23 22:34:29 -05:00
John Kerl
59fa1f482f split out substr0 and substr1, and make substr==substr0 the default for backward compatibility with Miller <= 5 2021-02-23 22:31:04 -05:00
John Kerl
82e1bcb8f6
Merge pull request #428 from johnkerl/tsv-implicit-header-segv
Fix rslls handling in XSV reader after comments line has more fields than data line
2021-02-23 22:23:40 -05:00
John Kerl
27a69b80b3 fix rssle handling in XSV reader after comments line has more fields than data line 2021-02-23 22:01:14 -05:00
John Kerl
638f526eff substr0 2021-02-23 21:19:35 -05:00
John Kerl
093a58d783 consolidate mlrval-constructor source files 2021-02-23 09:31:16 -05:00
John Kerl
4e0f4e1401
Merge pull request #426 from johnkerl/stack-allocator
Stack allocator
2021-02-22 23:13:58 -05:00
John Kerl
5dbfb639ae merge 2021-02-22 23:10:39 -05:00
John Kerl
b071f6b1ed merge 2021-02-22 23:02:56 -05:00
John Kerl
d442067dbd perf-debug [WIP] 2021-02-22 23:01:52 -05:00
John Kerl
f3d3c1ea29 cache frameset/frame offsets in StackVariable on get/set 2021-02-22 23:00:41 -05:00
John Kerl
780f8cca4a neaten 2021-02-22 23:00:41 -05:00
John Kerl
986506a1cc convert StackFrameSet stack-frames from linked list to array 2021-02-22 23:00:41 -05:00
John Kerl
882316ef45 convert StackFrame vars from linked list to array 2021-02-22 23:00:41 -05:00
John Kerl
bd8ceaadc7 cache frameset-head in stack object 2021-02-22 23:00:41 -05:00
John Kerl
269393d32c plan 2021-02-22 23:00:41 -05:00
John Kerl
dbcb3fbc83 new StackVariable type wrapping string-name and offset-indices 2021-02-22 23:00:41 -05:00
John Kerl
583e5c1c1d plan 2021-02-22 23:00:41 -05:00
John Kerl
8db1f7488f
Merge pull request #425 from johnkerl/copy-reduction-in-evaluators
Copy reduction in evaluators
2021-02-22 23:00:03 -05:00
John Kerl
c16f79504e copy-reduction in evaluators 2021-02-22 22:58:03 -05:00
John Kerl
dd50a38445 copy-reduction in evaluators 2021-02-22 07:58:00 -05:00
John Kerl
03344a10a8 todo 2021-02-22 07:10:43 -05:00