make ids hideable
parent
f072c9f808
commit
2026c603de
@ -1,4 +1,4 @@
|
||||
#lang brag
|
||||
|
||||
;; Simple baby example of JSON structure
|
||||
json: ID <":"> ID
|
||||
thing : foo
|
||||
foo : <"bar">
|
||||
|
@ -0,0 +1,9 @@
|
||||
#lang br
|
||||
(require "json-elider-toy.rkt"
|
||||
brag/support
|
||||
rackunit)
|
||||
|
||||
(check-equal?
|
||||
(syntax->datum
|
||||
(parse (list "bar")))
|
||||
'(thing))
|
Loading…
Reference in New Issue