Skip to content

super-ast/jutgelint

Repository files navigation

jutgelint

A lint for Jutge. Integrates the AST translators from C++ and Go, the current supported languages, with our generic AST checker. It also supports using the resulting warnings to place inline comments in the original code.

Setup

go get github.com/super-ast/jutgelint/cmd/jutge-lint

Usage

Usage: jutgelint [input] [output]

The input and output files default to standard input and standard output
if none are specified.

Options:
  -lang=auto: Language to use (auto, c++, go)

Examples:
    jutgelint input.go output.go
    jutgelint -lang=cpp <input.cc >output.cc

About

Command line and web interfaces for the whole platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published