parsesweep

command
v0.0.0-...-aaf2ed9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2026 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Overview

Command parsesweep runs every .rb file under one or more roots through rbgo's front-end (parse + compile, NO execution) and reports an acceptance rate. It mirrors exactly what `rbgo run` does up to (but not including) vm.Run, so a file that "compiles" here is one rbgo can load.

Output is a TSV stream on stdout (path<TAB>status<TAB>stage<TAB>message) plus a summary on stderr, so callers can post-process with awk/sort.

Usage:

parsesweep <root> [<root>...]

status is one of: ok | parse-error | compile-error stage is one of: parse | compile | -

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL