4 Commits

Author SHA1 Message Date
b746fcec44 chore: Bump version to 0.1.0 v0.1.0 2025-11-26 22:20:34 +01:00
4d61f91e06 feat: Major grammar improvements and refactoring
- Refactor statement parsing with proper precedence handling
- Improve block structure parsing with indent/dedent support
- Enhance control flow parsing (conditionals, loops)
- Add print command support
- Improve function declaration parsing
- Update scanner for better string and comment handling
- Add comprehensive test corpus
- Better handling of newlines and statement boundaries
2025-11-26 22:19:38 +01:00
b7942e9f79 Add .gitattributes for proper line endings and language detection v0.0.1 2025-11-25 11:44:26 +01:00
b2c5d94cb5 Initial commit: Add README and LICENSE 2025-11-25 11:43:36 +01:00