This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
ferret
Watch
1
Star
0
Fork
0
You've already forked ferret
mirror of
https://github.com/MontFerret/ferret.git
synced
2025-08-15 20:02:56 +02:00
Code
Issues
Releases
Activity
Files
next
ferret
/
pkg
/
file
History
Tim Voronov
b69f8af716
Add syntax error tests for FOR loops and COLLECT statements: enhance diagnostics for missing values, incomplete clauses, and unexpected syntax to improve error handling and clarity.
2025-08-10 12:30:07 -04:00
..
helpers.go
Add syntax error tests for FOR loops and COLLECT statements: enhance diagnostics for missing values, incomplete clauses, and unexpected syntax to improve error handling and clarity.
2025-08-10 12:30:07 -04:00
snippet.go
Add syntax error tests for FOR loops and COLLECT statements: enhance diagnostics for missing values, incomplete clauses, and unexpected syntax to improve error handling and clarity.
2025-08-10 12:30:07 -04:00
source.go
Add syntax error tests for FOR loops and COLLECT statements: enhance diagnostics for missing values, incomplete clauses, and unexpected syntax to improve error handling and clarity.
2025-08-10 12:30:07 -04:00
span.go
Refactor error handling: replace
Location
with
Span
, standardize error span processing across the compiler, remove unused location-related code, and update snippets and tests accordingly.
2025-07-30 14:20:24 -04:00