diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-01-11 22:01:23 -0800 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-01-11 22:01:23 -0800 |
| commit | 68986fe0410584c6934c835bb0ee784655f5f8c5 (patch) | |
| tree | d51bc2f3e09df35ef81b7a0c462ff555b4344701 | |
| parent | Add a first implementation of a macro expander. (diff) | |
| download | chromatopelma-68986fe0410584c6934c835bb0ee784655f5f8c5.tar.zst | |
Move scheme compiler into a separate directory.
| -rw-r--r-- | csc/Makefile (renamed from Makefile) | 0 | ||||
| -rw-r--r-- | csc/encoding-test.csc (renamed from encoding-test.csc) | 0 | ||||
| -rw-r--r-- | csc/encoding.csc (renamed from encoding.csc) | 0 | ||||
| -rw-r--r-- | csc/format-test.csc (renamed from format-test.csc) | 0 | ||||
| -rw-r--r-- | csc/format.csc (renamed from format.csc) | 0 | ||||
| -rw-r--r-- | csc/gensym.csc (renamed from gensym.csc) | 0 | ||||
| -rw-r--r-- | csc/guile-compat/compat.scm (renamed from guile-compat/compat.scm) | 0 | ||||
| -rwxr-xr-x | csc/guile-compat/csc.fish (renamed from guile-compat/csc.fish) | 0 | ||||
| l--------- | csc/guile-compat/lib/csc (renamed from guile-compat/lib/csc) | 0 | ||||
| -rw-r--r-- | csc/hash-map-test.csc (renamed from hash-map-test.csc) | 0 | ||||
| -rw-r--r-- | csc/hash-map.csc (renamed from hash-map.csc) | 0 | ||||
| -rw-r--r-- | csc/ir1.csc (renamed from ir1.csc) | 0 | ||||
| -rw-r--r-- | csc/linker-test.csc (renamed from linker-test.csc) | 0 | ||||
| -rw-r--r-- | csc/linker.csc (renamed from linker.csc) | 0 | ||||
| -rw-r--r-- | csc/list-test.csc (renamed from list-test.csc) | 0 | ||||
| -rw-r--r-- | csc/list.csc (renamed from list.csc) | 0 | ||||
| -rw-r--r-- | csc/macros.csc (renamed from macros.csc) | 0 | ||||
| -rw-r--r-- | csc/match-test.csc (renamed from match-test.csc) | 0 | ||||
| -rw-r--r-- | csc/match.csc (renamed from match.csc) | 0 | ||||
| -rw-r--r-- | csc/sort-test.csc (renamed from sort-test.csc) | 0 | ||||
| -rw-r--r-- | csc/sort.csc (renamed from sort.csc) | 0 | ||||
| -rw-r--r-- | csc/strings-test.csc (renamed from strings-test.csc) | 0 | ||||
| -rw-r--r-- | csc/strings.csc (renamed from strings.csc) | 0 | ||||
| -rw-r--r-- | csc/test-main.csc (renamed from test-main.csc) | 0 | ||||
| -rw-r--r-- | csc/testing.csc (renamed from testing.csc) | 0 | ||||
| -rw-r--r-- | csc/vec-test.csc (renamed from vec-test.csc) | 0 | ||||
| -rw-r--r-- | csc/vec.csc (renamed from vec.csc) | 0 |
27 files changed, 0 insertions, 0 deletions
diff --git a/encoding-test.csc b/csc/encoding-test.csc index a7f4ace..a7f4ace 100644 --- a/encoding-test.csc +++ b/csc/encoding-test.csc diff --git a/encoding.csc b/csc/encoding.csc index 21ee88f..21ee88f 100644 --- a/encoding.csc +++ b/csc/encoding.csc diff --git a/format-test.csc b/csc/format-test.csc index 6efaa87..6efaa87 100644 --- a/format-test.csc +++ b/csc/format-test.csc diff --git a/format.csc b/csc/format.csc index 0469812..0469812 100644 --- a/format.csc +++ b/csc/format.csc diff --git a/gensym.csc b/csc/gensym.csc index a7c30c5..a7c30c5 100644 --- a/gensym.csc +++ b/csc/gensym.csc diff --git a/guile-compat/compat.scm b/csc/guile-compat/compat.scm index 5997267..5997267 100644 --- a/guile-compat/compat.scm +++ b/csc/guile-compat/compat.scm diff --git a/guile-compat/csc.fish b/csc/guile-compat/csc.fish index ffda4d2..ffda4d2 100755 --- a/guile-compat/csc.fish +++ b/csc/guile-compat/csc.fish diff --git a/guile-compat/lib/csc b/csc/guile-compat/lib/csc index c25bddb..c25bddb 120000 --- a/guile-compat/lib/csc +++ b/csc/guile-compat/lib/csc diff --git a/hash-map-test.csc b/csc/hash-map-test.csc index 353e6b4..353e6b4 100644 --- a/hash-map-test.csc +++ b/csc/hash-map-test.csc diff --git a/hash-map.csc b/csc/hash-map.csc index 01d4158..01d4158 100644 --- a/hash-map.csc +++ b/csc/hash-map.csc diff --git a/linker-test.csc b/csc/linker-test.csc index 084e9ae..084e9ae 100644 --- a/linker-test.csc +++ b/csc/linker-test.csc diff --git a/linker.csc b/csc/linker.csc index 852ee13..852ee13 100644 --- a/linker.csc +++ b/csc/linker.csc diff --git a/list-test.csc b/csc/list-test.csc index 6e910c0..6e910c0 100644 --- a/list-test.csc +++ b/csc/list-test.csc diff --git a/macros.csc b/csc/macros.csc index a41a4a7..a41a4a7 100644 --- a/macros.csc +++ b/csc/macros.csc diff --git a/match-test.csc b/csc/match-test.csc index 31e7afa..31e7afa 100644 --- a/match-test.csc +++ b/csc/match-test.csc diff --git a/match.csc b/csc/match.csc index 3e02937..3e02937 100644 --- a/match.csc +++ b/csc/match.csc diff --git a/sort-test.csc b/csc/sort-test.csc index dec2a53..dec2a53 100644 --- a/sort-test.csc +++ b/csc/sort-test.csc diff --git a/strings-test.csc b/csc/strings-test.csc index 2e6d240..2e6d240 100644 --- a/strings-test.csc +++ b/csc/strings-test.csc diff --git a/strings.csc b/csc/strings.csc index 737c91b..737c91b 100644 --- a/strings.csc +++ b/csc/strings.csc diff --git a/test-main.csc b/csc/test-main.csc index 7b45883..7b45883 100644 --- a/test-main.csc +++ b/csc/test-main.csc diff --git a/testing.csc b/csc/testing.csc index a0180e6..a0180e6 100644 --- a/testing.csc +++ b/csc/testing.csc diff --git a/vec-test.csc b/csc/vec-test.csc index 8a19b3e..8a19b3e 100644 --- a/vec-test.csc +++ b/csc/vec-test.csc |
