|
|
dff87fd5c2
|
More progress on integrating ariadne's error reporting
|
2026-03-01 02:20:58 -05:00 |
|
|
|
792b0c21d0
|
Work on integrating error reporting using the ariadne crate
|
2026-02-28 20:30:12 -05:00 |
|
|
|
9d8d8901d7
|
Add array support for local/export/readonly builtins
Add array length syntax ${arr[#]}
Map read path now expands variables before splitting on ., fixing map "$node" with dotted paths
Map assignment path uses quote-aware token splitting, enabling quoted keys like "--type="
Completion errors now display above prompt instead of being overwritten
Fix nested if/fi parser bug when closing keywords appear on separate lines
Add QuoteState enum, replacing ad-hoc quote tracking booleans across lexer, highlighter, and expansion
Add split_tk_at/split_tk for quote-aware token splitting with span preservation
Refactor setup_builtin to accept optional argv for deferred expansion
Add ariadne dependency (not yet wired up)
|
2026-02-28 15:54:53 -05:00 |
|
|
|
74988166f0
|
command arguments are now underlined if they match an existing path -m ran rustfmt on the entire codebase
|
2026-02-19 21:32:03 -05:00 |
|
|
|
1d4c177c64
|
handled some unwraps in cd
error reporting now blames the function call span instead of the errored command inside the function
|
2026-02-19 18:27:51 -05:00 |
|
|
|
ae3c9a0445
|
Implemented proper variable scoping
Extracted business logic out of signal handler functions
Consolidated state variables into a single struct
Implemented var types
|
2026-01-28 19:30:48 -05:00 |
|
|
|
5aead4fcdc
|
Added rustfmt.toml, formatted codebase
|
2025-08-12 13:58:25 -04:00 |
|
|
|
ded3f02cf6
|
removed placeholder text in prompt
cd no longer panics if the given directory doesn't exist (wtf?)
|
2025-05-29 01:29:25 -04:00 |
|
|
|
ed05e34379
|
Implemented subshells and improved error handling
|
2025-03-29 22:16:26 -04:00 |
|
|
|
7f8f5644df
|
switched to Arc instead of Rc for input strings
|
2025-03-23 17:37:15 -04:00 |
|
|
|
48236398f5
|
Early work on scripting features
|
2025-03-16 02:56:29 -04:00 |
|
|
|
98739ba63a
|
Various additions and improvements
|
2025-03-15 21:04:45 -04:00 |
|
|
|
149e0ef2c8
|
Progress
|
2025-03-15 00:02:05 -04:00 |
|
|
|
41582672d5
|
Implemented prompt expansion
|
2025-03-09 03:30:03 -04:00 |
|
|
|
3034f6c8d2
|
Implemented case statements
|
2025-03-06 15:32:28 -05:00 |
|
|
|
83c9c08106
|
Early implementation of scripting elements
|
2025-03-05 01:36:58 -05:00 |
|
|
|
e7a84f1edd
|
Initial commit for fern
|
2025-03-02 16:32:15 -05:00 |
|