Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 331 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 331 Bytes

Introduce

The REPL has already been implemented, with the ls and grep commands available. The process from the lexer, through the parser, to the executor, has all been successfully executed. Subsequent improvements will focus on the collection and handling of syntax errors, as well as the implementation of additional commands.