Skip to content

Commit

Permalink
deploy: 51f9745
Browse files Browse the repository at this point in the history
  • Loading branch information
benchmarko committed Dec 8, 2024
1 parent d1050b8 commit c67debe
Show file tree
Hide file tree
Showing 15 changed files with 201 additions and 21 deletions.
98 changes: 92 additions & 6 deletions locobasic.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion locobasic.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/Core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ export declare class Core implements ICore {
private readonly semantics;
private readonly examples;
private vm;
private onCheckSyntax;
getConfigObject(): ConfigType;
getConfig(name: string): import("./Interfaces").ConfigEntryType;
getExampleObject(): Record<string, string>;
setExample(name: string, script: string): void;
getExample(name: string): string;
setOnCls(fn: () => void): void;
setOnCheckSyntax(fn: (s: string) => Promise<string>): void;
private arithmeticParser;
compileScript(script: string): any;
executeScript(compiledScript: string): Promise<string>;
Expand Down
2 changes: 1 addition & 1 deletion src/Core.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions src/Core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Core.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c67debe

Please sign in to comment.