Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Globs #52

Open
nixpulvis opened this issue Aug 10, 2021 · 2 comments
Open

Globs #52

nixpulvis opened this issue Aug 10, 2021 · 2 comments
Labels
L1: enhancement New feature or request M: program Module: Oursh language(s) with lexers, parsers and evaluation runtimes. T: expansion Topic: '$' and other expansion T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing T: lexer Topic: Text to token parser step
Milestone

Comments

@nixpulvis
Copy link
Owner

Change the lexer to allow strings with * and expand them much like expand_var or expand_home.

@nixpulvis nixpulvis added L1: enhancement New feature or request T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing labels Aug 10, 2021
@nixpulvis
Copy link
Owner Author

2.13.3 Patterns Used for Filename Expansion in https://pubs.opengroup.org/onlinepubs/9699919799/

@nixpulvis nixpulvis added this to the POSIX milestone Aug 11, 2021
@nixpulvis nixpulvis added T: lexer Topic: Text to token parser step M: program Module: Oursh language(s) with lexers, parsers and evaluation runtimes. T: expansion Topic: '$' and other expansion labels Aug 11, 2021
@nixpulvis
Copy link
Owner Author

mkdir {1..5}

is a cool feature of bash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L1: enhancement New feature or request M: program Module: Oursh language(s) with lexers, parsers and evaluation runtimes. T: expansion Topic: '$' and other expansion T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing T: lexer Topic: Text to token parser step
Projects
None yet
Development

No branches or pull requests

1 participant