Skip to content

compact/minified basic V2 emitter #31

@nippur72

Description

@nippur72

It would be nice if the compiler, once has parsed the basic source file, would emit an optimized basic V2 source, along with the machine language output.

Optimizations might include:

  • removing spaces and comments
  • put as much as possible tokens into a single line number
  • reduce variable name lengths
  • replace 0 constants with .

Think of it as a minifier, similar to JavaScript uglify if you know about it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions