Skip to content

[BUG] sksp compiler syntax not fully supported #90

@nodzsound

Description

@nodzsound

Describe the bug

sksp allows you to add the variable that activates a USE_CODE statement to the start AND the end of a code block. cksp does not support the variable for the END_USE_CODE statement.

To Reproduce

USE_CODE(TEST_VARIABLE)
   x := 1
END_USE_CODE(TEST_VARIABLE)

CKSP Version

0.0.8

Operating System

Windows

OS Architecture

x86_64

Tooling

  • Using VS Code plugin
  • Using Sublime Text build system

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions