Variable: antlr-grammar-file

antlr-grammar-file is a variable defined in antlr-mode.el.gz.

Value

nil

Documentation

Grammar file processed in *compilation* buffer.

Set by command `antlr-run-tool’.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;;;===========================================================================
;;;  Compilation: run ANTLR tool
;;;===========================================================================

(defvar antlr-grammar-file nil
  "Grammar file processed in *compilation* buffer.
Set by command `antlr-run-tool’.")