You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If I add comments here it breaks with // ERROR: identifier not found: part_onepart_one=def(input){calc(input,input.size(),0)}// If I add comments here it breaks with // ERROR: identifier not found: calccalc=def(input,idx,floor){}// If I add them here it works// With more "complex" code I got other errors// like//// parser errors:// expected next token to be :, got } instead// no prefix parse function for } found
The text was updated successfully, but these errors were encountered:
Kjarrigan
changed the title
Comments are broken
Bug: Comments are broken
Jan 18, 2022
Stats
0.13.0
Linux home 5.4.0-94-generic
Ubuntu 20.04.3 LTS
*.deb Package
Problem
As soon as I start adding comments to my code it breaks with weird errors. Sample:
Works:
returns
But adding comments returns various errors
The text was updated successfully, but these errors were encountered: