ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.46k stars 41 forks source link

Consider moving ll_* methods into a namespace #540

Open ilyash-b opened 2 years ago

ilyash-b commented 2 years ago

ll_ prefixed methods are low level methods that should only be used in the standard library.

Consider moving them into their own namespace. This will make order and allow documenting the methods as a group.