Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Tags: skx/evalfilter

Tags

v2.1.19

Toggle v2.1.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #183 from skx/180-linter

Resolved linter errors

v2.1.18

Toggle v2.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #179 from skx/177-ci

Use golangci-lint for linting

v2.1.17

Toggle v2.1.17's commit message
Fixed more parser-errors found by the fuzzer; nil-receivers for AST o…

…bjects.

v2.1.16

Toggle v2.1.16's commit message
Document the newly added panic() built-in

v2.1.15

Toggle v2.1.15's commit message
Breakup long tests into shorter ones

v2.1.14

Toggle v2.1.14's commit message
Fixed token-position for a couple of token types

Added test-case to make sure token-lines never go backwards,
which would imply we've missed a couple of places to set the
line/column

v2.1.13

Toggle v2.1.13's commit message
Added benchmark of (recursive) function-calling

v2.1.12

Toggle v2.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #128 from skx/127-context

Allow the setup/usage of a timeout/context.

v2.1.11

Toggle v2.1.11's commit message
Reworked example to show two kinds of 'foreach' use

v2.1.10

Toggle v2.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #102 from skx/misc/improve-examples

Misc/improve examples