view tests/agcl/parsifal/iaptest.syn @ 4:bebb2ba69e1d

maybe help with getting tex to fail properly on error
author David A. Holland
date Sat, 18 Apr 2020 17:12:17 -0400
parents 13d2b8934445
children
line wrap: on
line source

grammar
  -> '0-9':d, !printf("%d\n", d);, '0-9':i = 10*d + 1;
  -> 'a-f':d, !printf("%d\n", d);, '0-9'