From 1ee6efabb0ee705d3922ee6a88fe0f150557b32d Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 17 Jul 2022 14:51:18 +0200 Subject: [PATCH] Use Bison instead of Yacc --- we don't have Posix yacc grammars. --- first/{yacc.lua => bison.lua} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename first/{yacc.lua => bison.lua} (100%) diff --git a/first/yacc.lua b/first/bison.lua similarity index 100% rename from first/yacc.lua rename to first/bison.lua