Sorry to disappoint. Would have been difficult to make it this feature rich and have as explicit errors if I wrote it in C.
Reasons for choosing rust were:
- Error handling style, easy to include context
- Easy to import and use syntax highlighting library
- Some level of inherent UTF-8 validation and support
- Easier to make the ed-runtime support pluggable IO and UI
Reasons for choosing rust were: - Error handling style, easy to include context - Easy to import and use syntax highlighting library - Some level of inherent UTF-8 validation and support - Easier to make the ed-runtime support pluggable IO and UI