Skip to content

Add support for the shebang in scripts #139

@jmmv

Description

@jmmv

EndBASIC scripts should be allowed to start with a Unix-style shebang (#!/usr/bin/env endbasic).

At first, it seems like this should be implemented in the CLI when loading files... but given that # is not a valid character in BASIC, that'd prevent sharing those files with the web for example. So maybe we need to implement this at a lower level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions