Skip to content

Commit 390b3c9

Browse files
committed
Record submodules in project.json
1 parent dac9615 commit 390b3c9

File tree

350 files changed

+496
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+496
-9
lines changed

brainfuck/thaliaarchi-wsbf/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"date": "2021-11-14 01:51:27 +0100",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/thaliaarchi/wsbf"],
11+
"submodules": [{ "path": "wsbf", "url": "https://github.com/thaliaarchi/wsbf" }],
1112
"commands": [{ "type": "interpreter", "bin": "ws.bf" }]
1213
}

c/bvisness/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2016-05-20 22:49:38 -0500",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/bvisness/whitespace"],
11+
"submodules": [{ "path": "whitespace", "url": "https://github.com/bvisness/whitespace" }],
1112
"commands": [
1213
{
1314
"type": "interpreter",

c/d3psi/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2020-10-09 14:27:42 +0200",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/D3PSI/whitespace-interpreter"],
11+
"submodules": [{ "path": "whitespace-interpreter", "url": "https://github.com/D3PSI/whitespace-interpreter" }],
1112
"whitespace": { "extension": "ws" },
1213
"programs": [
1314
{ "path": "ws/cat.ws", "spec_version": "0.2" },

c/hogelog/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"https://github.com/hogelog/hogel.org-old/tree/master/content/lib/c",
1313
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/hogelog-c.sh"
1414
],
15+
"submodules": [{ "path": "ws", "url": "https://github.com/wspace/hogelog-c" }],
1516
"whitespace": { "extension": "ws" },
1617
"assembly": {
1718
"mnemonics": {

c/koturn/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2014-11-08 22:30:57 +0900",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/wspace/koturn-c", "https://github.com/koturn/Whitespace"],
11+
"submodules": [{ "path": "Whitespace", "url": "https://github.com/wspace/koturn-c" }],
1112
"commands": [
1213
{
1314
"bin": "whitespace.out",

c/kspalaiologos-asm2ws/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2020-12-31 22:37:25 +0100",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/kspalaiologos/asm2ws"],
11+
"submodules": [{ "path": "asm2ws", "url": "https://github.com/kspalaiologos/asm2ws" }],
1112
"whitespace": { "extension": "ws" },
1213
"assembly": {
1314
"mnemonics": {

c/manarice-lime/project.json

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"date": "2021-10-28 17:26:22 +0200",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/ManaRice/whitespace"],
11+
"submodules": [
12+
{ "path": "whitespace", "url": "https://github.com/ManaRice/whitespace" },
13+
{ "path": "limelib", "url": "https://github.com/ManaRice/limelib" }
14+
],
1115
"whitespace": { "extension": "ws" },
1216
"assembly": {
1317
"mnemonics": {

c/meth0dz/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"http://www.rohitab.com/discuss/topic/35639-c-whitespace-interpreter/",
1313
"https://github.com/hostilefork/whitespacers/tree/master/c"
1414
],
15+
"submodules": [{ "path": "whitespace", "url": "https://github.com/wspace/meth0dz-c" }],
1516
"commands": [{ "type": "interpreter", "bin": "whitespace", "usage": "<file>" }]
1617
}

c/rdebath/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2015-08-18 14:25:03 +0100",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/wspace/rdebath-c", "https://github.com/rdebath/whitespace"],
11+
"submodules": [{ "path": "whitespace", "url": "https://github.com/wspace/rdebath-c" }],
1112
"whitespace": {
1213
"nonstandard": [
1314
{ "name": "jzp", "aliases": ["jumppz"], "args": ["label"] },

c/remigascou/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"https://github.com/RemiGascou/small-projects/tree/master/C/whitespace",
1313
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/remigascou-c.sh"
1414
],
15+
"submodules": [{ "path": "whitespace", "url": "https://github.com/wspace/remigascou-c" }],
1516
"whitespace": { "extension": "ws" },
1617
"assembly": {
1718
"mnemonics": {

c/rispoli-txt2ws/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"date": "2012-11-01 16:49:44 +0100",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/rispoli/txt2ws"],
11+
"submodules": [{ "path": "txt2ws", "url": "https://github.com/rispoli/txt2ws" }],
1112
"commands": [{ "bin": "txt2ws", "usage": "<file>", "input": "<file>", "output": "stdout" }]
1213
}

c/sandeep023/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2017-11-11 05:17:01 +0000",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/Sandeep023/Whitespace"],
11+
"submodules": [{ "path": "Whitespace", "url": "https://github.com/Sandeep023/Whitespace" }],
1112
"whitespace": {
1213
"unimplemented": ["slide", "store", "retrieve", "label", "call", "jmp", "jz", "jn", "ret", "end"],
1314
"nonstandard": [

c/shinh-elvm/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2016-09-16 14:45:46 +0900",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/shinh/elvm", "https://esolangs.org/wiki/ELVM"],
11+
"submodules": [{ "path": "elvm", "url": "https://github.com/shinh/elvm" }],
1112
"relations": [{ "id": "c/koturn", "type": "submodule" }],
1213
"build_errors": "-Werror=enum-conversion",
1314
"todo": "Document"

c/siritori/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2011-07-02 17:36:46 +0900",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/siritori/whitespace"],
11+
"submodules": [{ "path": "whitespace", "url": "https://github.com/siritori/whitespace" }],
1112
"assembly": {
1213
"mnemonics": {
1314
"push": "psh",

c/ssiegl-wsdebug/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"https://github.com/BackupTheBerlios/wsdebug-users-maillist",
1818
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/ssiegl-wsdebug.sh"
1919
],
20+
"submodules": [{ "path": "wsdebug", "url": "https://github.com/wspace/ssiegl-wsdebug" }],
2021
"whitespace": { "extension": "ws" },
2122
"programs": [{ "path": "htdocs/wsbfi-1.ws", "spec_version": "0.2" }],
2223
"commands": [

c/stellwag-wspacegen/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"https://web.archive.org/web/20041031181043/http://wsdebug.berlios.de:80/wspacegen.php",
1414
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/stellwag-wspacegen.sh"
1515
],
16+
"submodules": [{ "path": "wspacegen", "url": "https://github.com/wspace/stellwag-wspacegen" }],
1617
"relations": [{ "id": "c/ssiegl-wsdebug", "type": "fork" }],
1718
"mappings": [{ "space": "[SPACE]", "tab": "[TAB]", "lf": "[LF]", "spaces_between": false }],
1819
"commands": [

c/strangepan-i-c-whitespace/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2015-03-10 01:25:16 -0600",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/StrangePan/I_C_Whitespace"],
11+
"submodules": [{ "path": "I_C_Whitespace", "url": "https://github.com/StrangePan/I_C_Whitespace" }],
1112
"bounds": {
1213
"precision": "C int",
1314
"stack_cap": 1028,

c/subgeniuskitty-vvhitespace/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2019-07-02 14:48:23 -0700",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/subgeniuskitty/vvhitespace"],
11+
"submodules": [{ "path": "vvhitespace", "url": "https://github.com/subgeniuskitty/vvhitespace" }],
1112
"assembly": {
1213
"mnemonics": {
1314
"push": "PUSH",

c/tejaskasetty/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2017-03-21 12:42:53 +0530",
99
"spec_version": "0.2",
1010
"source": ["https://gitlab.com/tejaskasetty/ws-compiler"],
11+
"submodules": [{ "path": "ws-compiler", "url": "https://gitlab.com/tejaskasetty/ws-compiler.git" }],
1112
"assembly": {
1213
"mnemonics": {
1314
"push": "push <number>",

c/threeifbywhiskey-blacktime/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"https://threeifbywhiskey.github.io/2014/03/02/in-defense-of-whitespace/",
1414
"https://github.com/threeifbywhiskey/threeifbywhiskey.github.io/blob/master/_posts/2014-03-02-in-defense-of-whitespace.md"
1515
],
16+
"submodules": [{ "path": "blacktime", "url": "https://github.com/threeifbywhiskey/blacktime" }],
1617
"challenges": ["Project Euler"],
1718
"whitespace": { "extension": "ws" },
1819
"assembly": {

c/threeifbywhiskey-satan/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2014-03-03 16:03:49 -0500",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/threeifbywhiskey/satan"],
11+
"submodules": [{ "path": "satan", "url": "https://github.com/threeifbywhiskey/satan" }],
1112
"bounds": {
1213
"precision": "C int",
1314
"stack_cap": "unbounded",

c/zackeua/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2021-01-10 14:34:18 +0100",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/zackeua/Whitespace"],
11+
"submodules": [{ "path": "Whitespace", "url": "https://github.com/zackeua/Whitespace" }],
1112
"whitespace": { "extension": "ws" },
1213
"programs": [
1314
{ "path": "code/bf.ws", "aux": ["bf.ws"], "spec_version": "0.3", "notes": "Has extra trailing LF" },

clojure/jmesyou-erasure/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2018-02-24 19:28:32 -0500",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/wspace/jmesyou-erasure", "https://github.com/jmesyou/erasure"],
11+
"submodules": [{ "path": "erasure", "url": "https://github.com/wspace/jmesyou-erasure" }],
1112
"commands": [
1213
{
1314
"type": "interpreter",

clojure/makenowjust/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2015-02-11 15:15:52 +0900",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/MakeNowJust/whitespace-clj"],
11+
"submodules": [{ "path": "whitespace-clj", "url": "https://github.com/MakeNowJust/whitespace-clj" }],
1112
"commands": [
1213
{
1314
"type": "interpreter",

coffeescript/ehrlichb/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2013-08-14 18:12:35 -0400",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/ehrlich-b/whitespace-js"],
11+
"submodules": [{ "path": "whitespace-js", "url": "https://github.com/ehrlich-b/whitespace-js" }],
1112
"whitespace": { "extension": "ws" },
1213
"assembly": {
1314
"mnemonics": {

coq/thaliaarchi-wscoq/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2022-12-14 03:05:10 -0700",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/thaliaarchi/wscoq"],
11+
"submodules": [{ "path": "wscoq", "url": "https://github.com/thaliaarchi/wscoq" }],
1112
"assembly": {
1213
"mnemonics": {
1314
"push": "Push",

cpp/abcsharp/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2012-10-29 02:26:23 +0900",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/abcsharp/Whitespace"],
11+
"submodules": [{ "path": "Whitespace", "url": "https://github.com/abcsharp/Whitespace" }],
1112
"bounds": { "precision": "fixed" },
1213
"commands": [{ "type": "interpreter", "bin": "wsi", "usage": "<file>" }]
1314
}

cpp/benajmin/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2017-06-05 09:34:24 -0400",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/benajmin/whitespace-interpreter"],
11+
"submodules": [{ "path": "whitespace-interpreter", "url": "https://github.com/benajmin/whitespace-interpreter" }],
1112
"bounds": { "precision": "fixed" },
1213
"commands": [{ "type": "interpreter", "bin": "WhitespaceInterpreter.out", "usage": "<file>" }]
1314
}

cpp/burghard-wsintercpp/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"https://web.archive.org/web/20110911114338/http://www.burghard.info/Code/Whitespace/",
1515
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/burghard.sh"
1616
],
17+
"submodules": [{ "path": "wsintercpp", "url": "https://github.com/wspace/burghard-wsintercpp" }],
1718
"whitespace": {
1819
"nonstandard": [{ "name": "debugprintstack", "seq": "LLSSS" }, { "name": "debugprintheap", "seq": "LLSST" }]
1920
},

cpp/buyoh-nospace/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2018-09-05 15:36:34 +0900",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/buyoh/nospace"],
11+
"submodules": [{ "path": "nospace", "url": "https://github.com/buyoh/nospace" }],
1112
"challenges": ["yukicoder"],
1213
"whitespace": { "extension": "ws" },
1314
"programs": [

cpp/codesiiita-spoj/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2021-09-23 14:57:48 +0530",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/Codes-iiita/SPOJ"],
11+
"submodules": [{ "path": "SPOJ", "url": "https://github.com/Codes-iiita/SPOJ" }],
1112
"challenges": ["Sphere Online Judge"],
1213
"whitespace": { "extension": "ws" },
1314
"assembly": {

cpp/dpohanlon-wsint/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2012-12-02 06:45:50 -0800",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/wspace/dpohanlon-wsint", "https://github.com/dpohanlon/wsInt"],
11+
"submodules": [{ "path": "wsInt", "url": "https://github.com/wspace/dpohanlon-wsint" }],
1112
"assembly": {
1213
"mnemonics": {
1314
"push": "Push",

cpp/drebelsky-jit/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2021-12-17 14:43:02 -0600",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/drebelsky/whitespace-jit"],
11+
"submodules": [{ "path": "whitespace-jit", "url": "https://github.com/drebelsky/whitespace-jit" }],
1112
"whitespace": { "extension": "ws" },
1213
"assembly": {
1314
"mnemonics": {

cpp/esco/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"https://sourceforge.net/projects/esco/",
1313
"http://esco.sourceforge.net/"
1414
],
15+
"submodules": [{ "path": "esco", "url": "https://git.code.sf.net/p/esco/code" }],
1516
"whitespace": { "extension": "ws" },
1617
"programs": [
1718
{ "path": "scripts/ws/calc.ws", "equivalent": "calc.ws", "spec_version": "0.2" },

cpp/frmsaul-cupertino/project.json

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"date": "2015-05-22 21:54:51 -0700",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/frmsaul/Cupertino-WhiteSpace-Interperter"],
11+
"submodules": [
12+
{
13+
"path": "Cupertino-WhiteSpace-Interperter",
14+
"url": "https://github.com/frmsaul/Cupertino-WhiteSpace-Interperter"
15+
}
16+
],
1117
"whitespace": { "extension": "hs" },
1218
"programs": [{ "path": "whitespace_code/hello_world.hs", "spec_version": "0.2" }],
1319
"commands": [{ "type": "interpreter", "bin": "whitespace", "usage": "<file>" }],

cpp/kapustaikwas27/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2022-04-05 22:12:25 +0200",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/kapustaikwas27/Whitespace-compiler"],
11+
"submodules": [{ "path": "Whitespace-compiler", "url": "https://github.com/kapustaikwas27/Whitespace-compiler" }],
1112
"assembly": {
1213
"mnemonics": {
1314
"push": "push",

cpp/keirua-white/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2014-05-30 23:51:59 +0200",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/Keirua/whitespace"],
11+
"submodules": [{ "path": "whitespace", "url": "https://github.com/Keirua/whitespace" }],
1112
"assembly": {
1213
"mnemonics": {
1314
"push": "push",

cpp/knmorgan/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2012-12-29 00:19:16 -0500",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/knmorgan/ws"],
11+
"submodules": [{ "path": "ws", "url": "https://github.com/knmorgan/ws" }],
1112
"bounds": { "precision": "arbitrary" },
1213
"whitespace": { "extension": "ws" },
1314
"programs": [

cpp/malkiewiczm/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2019-10-20",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/malkiewiczm/whitespace_compiler"],
11+
"submodules": [{ "path": "whitespace_compiler", "url": "https://github.com/malkiewiczm/whitespace_compiler" }],
1112
"commands": [
1213
{
1314
"type": "language compiler",

cpp/marcellippmann-whitepp/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"https://github.com/wspace/marcellippmann-whitepp",
1212
"https://web.archive.org/web/20200906224652/https://github.com/marcellippmann/Whitepp/"
1313
],
14+
"submodules": [{ "path": "Whitepp", "url": "https://github.com/wspace/marcellippmann-whitepp" }],
1415
"commands": [{ "type": "interpreter", "bin": "bin/White++", "usage": "<file>" }]
1516
}

cpp/noia1/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2012-12-15 11:48:38 -0800",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/noia1/Whitespace-Interpreter"],
11+
"submodules": [{ "path": "Whitespace-Interpreter", "url": "https://github.com/noia1/Whitespace-Interpreter" }],
1112
"whitespace": { "unimplemented": ["dup", "swap", "label", "call", "jmp", "jz", "jn", "ret", "end"] },
1213
"commands": [{ "type": "interpreter", "bin": "ws", "usage": "<file>", "notes": "Makefile is broken" }]
1314
}

cpp/nullflagblues-whint/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2015-12-31 17:35:38 +0100",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/nullflagblues/WHINT", "https://nullflagblues.github.io/WHINT/"],
11+
"submodules": [{ "path": "WHINT", "url": "https://github.com/nullflagblues/WHINT" }],
1112
"bounds": { "precision": "fixed" },
1213
"commands": [{ "type": "interpreter", "bin": "whint", "usage": "<file>" }]
1314
}

cpp/pavel987/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"https://web.archive.org/web/20080917031716/http://compsoc.dur.ac.uk:80/archives/whitespace/2008-April/000068.html",
1414
"https://pavelshub.com/blog/2010/10/wspace/"
1515
],
16+
"submodules": [{ "path": "wspace", "url": "https://github.com/wspace/pavel987-cpp" }],
1617
"assembly": {
1718
"mnemonics": {
1819
"push": "push",

cpp/peasley/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"https://github.com/wspace/peasley-cpp",
1212
"http://www.rohitab.com/discuss/topic/35639-c-whitespace-interpreter/?p=10074137"
1313
],
14+
"submodules": [{ "path": "whitespace", "url": "https://github.com/wspace/peasley-cpp" }],
1415
"commands": [{ "type": "interpreter", "bin": "whitespace", "usage": "<file>" }]
1516
}

cpp/ricardoluis0/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2020-06-03 01:52:57 -0300",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/RicardoLuis0/whitespace"],
11+
"submodules": [{ "path": "whitespace", "url": "https://github.com/RicardoLuis0/whitespace" }],
1112
"build_errors": "`#include <conio.h>` not found; `floor` cannot be used in a constant expression",
1213
"commands": [{ "type": "interpreter", "bin": "whitespace", "usage": "<file>" }]
1314
}

cpp/shadowmitia/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2021-11-11 11:43:57 +0100",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/ShadowMitia/whitespace"],
11+
"submodules": [{ "path": "whitespace", "url": "https://github.com/ShadowMitia/whitespace" }],
1112
"whitespace": { "extension": "ws" },
1213
"assembly": {
1314
"mnemonics": {

cpp/sonicyang-ws-frontend/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2016-08-20 08:45:25 +0800",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/sonicyang/ws-frontend"],
11+
"submodules": [{ "path": "ws-frontend", "url": "https://github.com/sonicyang/ws-frontend" }],
1112
"whitespace": { "unimplemented": ["store", "retrieve", "label", "call", "jmp", "jz", "jn", "ret", "end"] },
1213
"build_errors": "Requires LLVM",
1314
"commands": [{ "type": "compiler", "bin": "wsjit", "usage": "<file>" }]

cpp/subv-whitespace-llvm/project.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"date": "2014-07-16 08:48:25 -0500",
99
"spec_version": "0.3",
1010
"source": ["https://github.com/Subv/Whitespace-LLVM"],
11+
"submodules": [{ "path": "Whitespace-LLVM", "url": "https://github.com/Subv/Whitespace-LLVM" }],
1112
"build_errors": "Requires LLVM",
1213
"commands": [{ "type": "compiler", "bin": "bin/Whitespace-LLVM", "usage": "", "input": "count.ws" }]
1314
}

cpp/sudheesh4/project.json

+6
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@
88
"date": "2014-12-02 05:59:27 +0530",
99
"spec_version": "0.2",
1010
"source": ["https://github.com/sudheesh4/Whitespace-Interpreter-C-"],
11+
"submodules": [
12+
{
13+
"path": "Whitespace-Interpreter-C-",
14+
"url": "https://github.com/sudheesh4/Whitespace-Interpreter-C-"
15+
}
16+
],
1117
"commands": [{ "type": "interpreter", "bin": "space", "usage": "< <file>", "input": "stdin" }]
1218
}

0 commit comments

Comments
 (0)