Skip to content

Instantly share code, notes, and snippets.

View VenturaDelMonte's full-sized avatar
⚙️
Doing awesome research

Ventura Del Monte VenturaDelMonte

⚙️
Doing awesome research
View GitHub Profile
/*
* file name: cool.cup
* authors: Bonaventura Del Monte, Antonio Cesarano
* last edit: 04/05/2014
* Parser definition for the COOL language.
*
*/
import java_cup.runtime.*;
/*
* @author Del Monte Ventura - Cesarano Antonio
* The scanner definition for COOL.
*/
import java_cup.runtime.Symbol;
%%
%{

Keybase proof

I hereby claim:

  • I am venturadelmonte on github.
  • I am ventura91 (https://keybase.io/ventura91) on keybase.
  • I have a public key ASB203oOMzpX7Kq8h4fzIeBC7AULLREGvQ67g5eGokt0rQo

To claim this, I am signing this object:

<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0