move version number
parent
6eb473a80e
commit
794dcbd541
@ -1,6 +1,6 @@
|
|||||||
#lang setup/infotab
|
#lang setup/infotab
|
||||||
(define name "brag")
|
(define name "brag")
|
||||||
(define version "1.0")
|
|
||||||
(define scribblings '(("brag.scrbl")))
|
(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 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))
|
(define deps (list))
|
||||||
|
Loading…
Reference in New Issue