Skip to content

Instantly share code, notes, and snippets.

@michiakig
Created June 4, 2013 22:23
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 michiakig/5710149 to your computer and use it in GitHub Desktop.
Save michiakig/5710149 to your computer and use it in GitHub Desktop.
#lang eopl
;(module lang (lib "eopl.ss" "eopl")
(require "drscheme-init.scm")
(provide (all-defined))
;;;;;;;;;;;;;;;; grammatical specification ;;;;;;;;;;;;;;;;
(define the-lexical-spec
'((whitespace (whitespace) skip)
(comment ("%" (arbno (not #\newline))) skip)
(identifier
.......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment