Skip to content

a racket #lang that allows relative module paths for reader languages

License

Notifications You must be signed in to change notification settings

AlexKnauth/gnal-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnal-lang Build Status

A racket #lang that allows relative module paths for reader languages

If "my-lang.rkt" contains a reader submodule with a reader implementation, then you can use that as a #lang even when it's not installed as a collection, by using the #lang line:

#lang gnal "my-lang.rkt"

If "my-lang" refers to a directory that contains a /lang/reader.rkt file, then you can use that as a #lang as well, with:

#lang gnal "my-lang"

About

a racket #lang that allows relative module paths for reader languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages