Skip to content

Commit e5fc55c

Browse files
committed
Moving files
1 parent f7f4c39 commit e5fc55c

18 files changed

+59
-7209
lines changed

easycoder/easycoder-min.js

Lines changed: 59 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

easycoder/easycoder.js

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -870,50 +870,6 @@ const EasyCoder_Core = {
870870
}
871871
},
872872

873-
Load: {
874-
875-
compile: compiler => {
876-
const lino = compiler.getLino();
877-
const type = compiler.nextToken();
878-
switch (type) {
879-
case `plugin`:
880-
const name = compiler.getNextValue();
881-
const id = compiler.getValue();
882-
const url = compiler.getValue();
883-
compiler.addCommand({
884-
domain: `core`,
885-
keyword: `load`,
886-
lino,
887-
name,
888-
id,
889-
url
890-
});
891-
return true;
892-
}
893-
return false;
894-
},
895-
896-
run: program => {
897-
const command = program[program.pc];
898-
const name = program.getValue(command.name);
899-
const id = program.getValue(command.id);
900-
const url = program.getValue(command.url);
901-
switch (command.keyword) {
902-
case `load`:
903-
if (typeof EasyCoder.domain.name === `undefined`) {
904-
program.require(`js`, program.getValue(command.url),
905-
function () {
906-
EasyCoder.domain.name = id;
907-
program.run(command.pc + 1);
908-
});
909-
return 0;
910-
}
911-
return command.pc + 1;
912-
}
913-
return false;
914-
}
915-
},
916-
917873
Module: {
918874

919875
compile: compiler => {
@@ -2188,8 +2144,6 @@ const EasyCoder_Core = {
21882144
return EasyCoder_Core.Import;
21892145
case `index`:
21902146
return EasyCoder_Core.Index;
2191-
case `load`:
2192-
return EasyCoder_Core.Load;
21932147
case `module`:
21942148
return EasyCoder_Core.Module;
21952149
case `multiply`:

easycoder/easycoder.zip

-37.6 KB
Binary file not shown.

easycoder/plugins/anagrams.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

easycoder/plugins/aws.js

Lines changed: 0 additions & 231 deletions
This file was deleted.

0 commit comments

Comments
 (0)