Skip to content

Tools and Documentation #169

@Ratstail91

Description

@Ratstail91

(Original outline is at #126)

Documentation:

  • v2 documentation

Debugging tools:

  • pretty-print the AST
  • pretty-print the bytecode
  • pretty-print the structures
  • optimiser that can rework an existing AST
  • VSCode syntax highlighting

Optimisations applied to the AST:

  • literal folding
  • raw string concat
  • grouping removal
  • string duplication (see String reuse in the bytecode #168)
  • removing excess scopes
  • always-true and always-false conditionals

Metadata

Metadata

Assignees

No one assigned

    Labels

    TODOA planned additiondocumentationThis needs to be documentedtoolingTbis is related to external tools

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions