reorganize into core plus packages

The "racket" directory contains a pared-back version of the
repository, roughly.

The "pkgs" directory everything else in the repository, but
organized into packages.

original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
This commit is contained in:
Matthew Flatt 2013-05-24 21:57:31 -06:00
parent d7c8cdd938
commit 3280c0f29e
90 changed files with 2 additions and 7 deletions

View File

@ -1,2 +0,0 @@
(module reader syntax/module-reader
#:language `plai/collector)

View File

@ -1,2 +0,0 @@
permit(rams, store, rams_couch).
permit(will, fetch, rams_couch).

View File

@ -1 +0,0 @@
this_is_a_long_identifier_and_tests_the_scanners_concat_when_read_with_a_small_buffer.

View File

@ -1 +0,0 @@
says(tpme1, m1).

View File

@ -1 +0,0 @@
true.

View File

@ -1,5 +1,7 @@
#lang setup/infotab
(define single-collection "datalog")
(define scribblings '(["scribblings/datalog.scrbl" (multi-page) (language)]))
(define compile-omit-paths '("tests"))

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB