Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

0.8.0: Max Arguments + Implementation Fixes

Compare
Choose a tag to compare
@mmstick mmstick released this 30 Dec 22:24
· 54 commits to master since this release

This release makes the implementation another step closer to the GNU implementation.

  • The :::+ and ::::+ modes have been fixed.
  • The -n and --no-shell flags have been removed as they are no longer required.
  • The -n and --max-args flags have been added.
  • The {#^} token has been renamed to {##} to match the GNU implementation
  • The {#} token now starts counting from 1 instead of 0.
  • A number of source code improvements has been made to the original parser. Many more improvements could be made to this part of the application though.