Skip to content

Commit

Permalink
Fix several issues of identifiers (#147)
Browse files Browse the repository at this point in the history
This PR fixes most of the remaining issues related to identifiers as
reported in #142 .

```nushell
# values
null
7b
nan
# commands
g++
7z
7mss
truee
```

It's still not perfect, nushell handles special characters like `-, #,
., ()` in identifiers very dynamically.
I think this is the time to finally resort to an external scanner for
further accuracy.
  • Loading branch information
blindFS authored Nov 19, 2024
1 parent e8bdcb9 commit f7b3d28
Show file tree
Hide file tree
Showing 6 changed files with 345,927 additions and 265,537 deletions.
Loading

0 comments on commit f7b3d28

Please sign in to comment.