fix(llm.gblib): Talk to data local db use fix.
This commit is contained in:
parent
f9f7e0c955
commit
36411f4243
1 changed files with 0 additions and 8 deletions
|
@ -2548,11 +2548,3 @@ export class GBCompiler {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Usage:
|
|
||||||
// const compiler = new GBCompiler();
|
|
||||||
// const result = compiler.compile(source, {
|
|
||||||
// filename: 'test.bas',
|
|
||||||
// mainName: 'TestProgram',
|
|
||||||
// pid: 'process-id'
|
|
||||||
// });
|
|
Loading…
Add table
Reference in a new issue