colis-anr / morbig

A static parser for POSIX Shell
Other
190 stars 8 forks source link

unify implementations of quote removal #73

Open treinen opened 5 years ago

treinen commented 5 years ago

we have several implementations of quote removal. There are et least the function unquote in the module Aliases, the function onstring in the module QuoteRemoval, and of course the word parser which now builds the word CST. We should only have the last one, and possibly one helper function which just uses the word CST.