Skip to content

demanuel/cuda_lint_raku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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