Skip to content

Commit

Permalink
fix(llm.gblib): Talk to data local db use fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Dec 10, 2024
1 parent f9f7e0c commit 36411f4
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2548,11 +2548,3 @@ export class GBCompiler {
return result;
}
}

// Usage:
// const compiler = new GBCompiler();
// const result = compiler.compile(source, {
// filename: 'test.bas',
// mainName: 'TestProgram',
// pid: 'process-id'
// });

0 comments on commit 36411f4

Please sign in to comment.