Sha256: b8cc10e5c648a6ba3cdf00247adac9b125d4992ba6a3716e5e47a62381c28924
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
Gisele - A Process Analyzer Toolset SYNOPSIS gisele [--version] [--help] gisele [--ast] PROCESS_FILE OPTIONS --ast=[MODE] Prints the process abstract syntax tree (debug,ruby) --no-sugar Apply syntactic sugar removal --help Show this help message --version Show version and exit DESCRIPTION The Gisele process analyzer toolset provides tools and technique to model and analyze complex process models such as care processes. When --ast is used, the command parses a process file and prints its Abstract Syntax Tree (AST) on standard output. By default, this option prints the AST for manual debugging, that is with colors and extra information. Use --ast=ruby to get a ruby array for automatic processing. When --no-sugar is specified, syntactic sugar is first removed before making any other transformation. For now, this rewrites all `if` statements as explicit `case` guarded commands. SystemExit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gisele-0.1.0 | spec/command/main/gisele_help.stdout |