1
0
Fork 0
mirror of https://github.com/imjasonh/nescript synced 2026-07-10 01:37:45 +00:00
nescript/src/parser
Claude 4e05c008ce
Parser: E0505 error on multiple 'start' declarations
Previously a second \`start X\` statement silently overrode the first.
Now emits E0505 at parse time.

https://claude.ai/code/session_01W6eQFStA66EuMKHUFo2rx3
2026-04-12 10:59:06 +00:00
..
ast.rs Add debug.log and debug.assert statements 2026-04-12 10:11:32 +00:00
mod.rs Parser: E0505 error on multiple 'start' declarations 2026-04-12 10:59:06 +00:00
preprocess.rs Add include directive for multi-file projects 2026-04-12 10:06:58 +00:00
tests.rs Parser: E0505 error on multiple 'start' declarations 2026-04-12 10:59:06 +00:00