Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 519 Bytes

File metadata and controls

28 lines (23 loc) · 519 Bytes

cuda_lint_raku

Raku language linter for cudatext. Uses "raku -c"

To the moment it supports the following error messages

===SORRY!=== Error while compiling file.raku
Undeclared routines:
    asd used at line 8
    basd used at line 10
===SORRY!=== Error while compiling file.raku
Variable '$a' is not declared
at file.raku:12
===SORRY!=== Error while compiling file.raku
Unsupported use of ?  and : for the ternary conditional operator.  In
Raku please use: ??  and !!.
at file:11