issues
search
plow-technologies
/
inferno
A statically-typed functional scripting language
MIT License
4
stars
1
forks
source link
[LSP] Add warning for unused vars, and fix some errors
#117
Closed
siddharth-krishna
closed
7 months ago
siddharth-krishna
commented
7 months ago
This PR:
Adds a warning when a variable is defined but not used
Fixes the source line and column for parse errors
Fixes pretty printing of Some/None (it was the old one/empty)
This PR: