Skip to content

Instantly share code, notes, and snippets.

@schuster
Created March 11, 2016 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schuster/2ce5886e5f1c8c31558e to your computer and use it in GitHub Desktop.
Save schuster/2ce5886e5f1c8c31558e to your computer and use it in GitHub Desktop.
Multiple ellipsis error
#lang racket
(require nanopass)
(define-language L
(terminals
(number (n))
(symbol (x)))
(Exp (e) (n ... x ...)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment