···410parser. We can now call our grammar using a tagged template literal themselves
411to parse this.
412413-```js
414-import { interpolation } from 'reghex';
415-416-const anyNumber = interpolation((x) => typeof x === 'number');
417-418-const num = match('num')`
419- ${/[+-]?/} ${anyNumber}
420-`;
421-```
422-423**That's it! May the RegExp be ever in your favor.**
···410parser. We can now call our grammar using a tagged template literal themselves
411to parse this.
4120000000000413**That's it! May the RegExp be ever in your favor.**