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:
parent
d7c8cdd938
commit
3280c0f29e
|
@ -1,2 +0,0 @@
|
|||
(module reader syntax/module-reader
|
||||
#:language `plai/collector)
|
|
@ -1,2 +0,0 @@
|
|||
permit(rams, store, rams_couch).
|
||||
permit(will, fetch, rams_couch).
|
|
@ -1 +0,0 @@
|
|||
this_is_a_long_identifier_and_tests_the_scanners_concat_when_read_with_a_small_buffer.
|
|
@ -1 +0,0 @@
|
|||
says(tpme1, m1).
|
|
@ -1 +0,0 @@
|
|||
true.
|
|
@ -1,5 +1,7 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define single-collection "datalog")
|
||||
|
||||
(define scribblings '(["scribblings/datalog.scrbl" (multi-page) (language)]))
|
||||
|
||||
(define compile-omit-paths '("tests"))
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue
Block a user