Skip to content

AlexKnauth/syntax-macro-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syntax-macro-lang

An experimental racket module language for creating languages, inspired by jackfirth/racket-syntax-lang.

Example language for wrapping the body in the #%app macro:

;; path/to/the-lang.rkt
#lang s-exp syntax/macro-lang path/to/the-lang #%app
(provide #%datum add1)

And a file using that language:

#lang path/to/the-lang
add1 0

About

experimental racket module language for creating languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages