3 results for "e528f6d6c7e1b5cafd8de7efbe01a409"
>>61307861
He gets completely drowned out at times like this but it's good to know he's here jeeting and seething
The Wilds beta was so bad that it cured me of my huntan addiction.

I never want to buy or play a new Monster Hunter game now. Thanks, Capcom.
>>105917058
I just used a prolog dcg over a token stream to do:
string_literals([Literal|Literals]) --> string_literal(Literal), string_literals(Literals).
string_literals([]) --> [].


where string_literal is another dcg that handles a single string literal. it's trivial, but annoying to have to handle additional cases because people like you are too retarded to read a single-line string with whitespace characters like a normal fucking programmer.