/* (referenced Bison manual for file boilerplate [3.1]) */
// Prologue
%{
#include <stdio.h>
%}
// Declarations
// Grammar Rules
%%
semicolon.opt:
%empty
| ";"
;
%%
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Proudly self-hosted by Cole Deck. Fast loading powered by Turbo.