#lang setup/infotab (define name "brag") (define version "1.0") (define scribblings '(("brag.scrbl"))) (define blurb '("brag: the Beautiful Racket AST Generator. A fork o fDanny Yoo's ragg. A design goal is to be easy for beginners to use. Given a grammar in EBNF, ragg produces a parser that generates Racket's native syntax objects with full source location.")) (define deps (list))