tree-sitter-awk icon indicating copy to clipboard operation
tree-sitter-awk copied to clipboard

GNU AWK grammar for tree-sitter

Results 7 tree-sitter-awk issues
Sort by recently updated
recently updated
newest added

The build step fails when installing this package through NPM. Please could you help? Term output: ``` > [email protected] install > node-gyp-build gyp info it worked if it ends with...

$ npm list [email protected] /Users/monty/prettier-plugin-awk-test ├── [email protected] └── [email protected] ``` /^Title/ { printf ("%s\t%s\t%s\t%s\tAvg Len\t%s\t%s\t%s\t%s\t%s\n", $1,$2,$3,$4,$5,$6,$7,$8,$9) } /=HYPERLINK/ { dur=$4 split (dur,fld," ") eplen = (fld[1]*60+fld[2])/$3 printf ("%s\t%s\t%s\t%s\t%d\t%s\t%s\t%s\t%s\t%s\n", $1,$2,$3,$4,eplen,$5,$6,$7,$8,$9) }...

bug

Concatenating the result of an operator group `(...)` together with a string inside a function triggers a syntax error. ```test.awk function f(s) { return s } BEGIN{ foo = ""...

bug

Detect things like the following as `@variable.builtin`: ``` ARGC ARGV CONVFMT ENVIRON FILENAME FS NF NR FNR OFMT OFS ORS RLENGTH RS RSTART SUBSEP $0 $1 .. $n ``` Also,...

Hi! I'm trying to mess around with the golang binding for this tree-sitter grammar, and when I'm trying to run: ``` go get github.com/tree-sitter/tree-sitter-awk ``` I'm getting the following error:...

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2. Commits d97731b 2.1.2 fd1634e symlink tweak from main See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies
javascript

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.4. Commits f421a23 2.1.4 c412fa1 refactor to same pattern as v3 4b7e868 2.1.3 266194b hardlink tweak from main d97731b 2.1.2 fd1634e symlink tweak from main...

dependencies
javascript