Jawk icon indicating copy to clipboard operation
Jawk copied to clipboard

Java AWK interpreter/compiler

Results 8 Jawk issues
Sort by recently updated
recently updated
newest added

Bumps logback-classic from 1.1.7 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.7&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello, Please, is Jawk available in any public Maven repository (like Nexus for example)? The readme file does mention Nexus, which makes me think it should be available there. However,...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

The below script Awk prints "wrong": ``` // { a = 0 ; if (a == "") { print "wrong" } else { print "right" } } ``` Also, integer...

When not printing to a file, `AVM.interpret()` will print to `System.out`. One may need to print to something else (Socket, ByteArrayOutputStream, etc.). Add an option in the _AwkSettings_ class to...

Java cannot use default package classes from classes in other packages. This makes the solution pretty unflexible. Maybe you can add an option to specify another package for the class...

Hello- I've started using jawk as a library within a Java program. Thanks for making it available. What I'm trying to do should be pretty standard: Read a file as...

Hi, could not find how to use JAWK with JSR 232. How can I do it?

enhancement