https://github.com/platypusguy/jacobin_tools
Various tools related to the Jacobin project (see jacobin.org)
https://github.com/platypusguy/jacobin_tools
Last synced: 2 months ago
JSON representation
Various tools related to the Jacobin project (see jacobin.org)
- Host: GitHub
- URL: https://github.com/platypusguy/jacobin_tools
- Owner: platypusguy
- License: mpl-2.0
- Created: 2024-05-09T00:08:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T17:10:30.000Z (7 months ago)
- Last Synced: 2025-03-26T07:46:22.787Z (2 months ago)
- Language: Go
- Size: 209 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jacobin_tools
Various tools related to the Jacobin JVM project (see [jacobin.org](http://www.jacobin.org))These include:
* **gob2csv** - Converts the .gob file creates of the classes in the JDK 17 distribution into a CSV file format on standard output.
* **cleansrc** - Cleans source files of non-displayable characters with options for replacement and deletion.The jacobin tools are installed by executing ```install.sh``` (Linux, MacOS, and Unix) or ```install.bat``` (Windows). After compilation, they reside in ```$GOPATH/bin```. It is recommended that ```$GOPATH/bin``` be an element of the user's executable PATH.