nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

Custom Lexer #22

Closed nixpulvis closed 5 years ago

nixpulvis commented 5 years ago

As mentioned nearly everywhere within program, a lot of features we need depend on creating a custom LALRPOP lexer. Most notably will be that this lexer is aware of whitespace and WORDs.

nixpulvis commented 5 years ago

Work started on https://github.com/nixpulvis/oursh/tree/lexer

nixpulvis commented 5 years ago

Added in #37.