You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
385 B
Racket
7 lines
385 B
Racket
#lang setup/infotab
|
|
(define name "brag")
|
|
(define version "1.0")
|
|
(define scribblings '(("brag.scrbl")))
|
|
(define blurb '("brag: the Beautiful Racket AST Generator. A fork of Danny Yoo's ragg. A design goal is to be easy for beginners to use. Given a grammar in EBNF, brag produces a parser that generates Racket's native syntax objects with full source location."))
|
|
(define deps (list))
|