Skip to content

Add BASIC seed script - #73

Merged
mkasberg merged 1 commit into
masterfrom
basic-seed
Oct 24, 2021
Merged

Add BASIC seed script#73
mkasberg merged 1 commit into
masterfrom
basic-seed

Conversation

@mkasberg

@mkasberg mkasberg commented Oct 23, 2021

Copy link
Copy Markdown
Owner

This commit adds a BASIC seed script to our collection. It uses
Gambas as the interpreter.
Gambas is available in the apt repositories and can parse command line
arguments and run scripts with a shebang line.

  • Add seeds/basic_seed.bas.
    • Prints a hello world message.
    • Prints a usage info when passed -h.
  • Edit the Dockerfile to install Gambas.
  • Add Basic to the dropdown in index.html.
  • Add Basic to main.js for syntax highlighting.

Fixes #21

This commit adds a BASIC seed script to our collection. It uses
[Gambas](http://gambas.sourceforge.net/en/main.html) as the interpreter.
Gambas is available in the apt repositories and can parse command line
arguments and run scripts with a shebang line.

* Add `seeds/basic_seed.bas`.
  * Prints a hello world message.
  * Prints a usage info when passed `-h`.
* Edit the Dockerfile to install Gambas.
* Add Basic to the dropdown in `index.html`.
* Add Basic to `main.js` for syntax highlighting.

Fixes #21
@mkasberg
mkasberg merged commit 822a97c into master Oct 24, 2021
@mkasberg
mkasberg deleted the basic-seed branch October 24, 2021 14:30
This was referenced Oct 3, 2023
@mkasberg mkasberg mentioned this pull request May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add BASIC Seed Script

1 participant