We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3426ab9 commit a13b955Copy full SHA for a13b955
lexer/src/main/java/com/compilerprogramming/ezlang/lexer/Token.java
@@ -1,19 +1,3 @@
1
-/*
2
- * DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
- * <p>
4
- * Contributor(s):
5
6
- * The Initial Developer of the Original Software is Dibyendu Majumdar.
7
8
- * This file is part of the Compiler Craft project.
9
- * See https://github.com/dibyendumajumdar/CompilerCraft
10
11
- * The contents of this file are subject to the terms of the
12
- * Apache License Version 2 (the "APL"). You may not use this
13
- * file except in compliance with the License. A copy of the
14
- * APL may be obtained from:
15
- * http://www.apache.org/licenses/LICENSE-2.0
16
- */
17
package com.compilerprogramming.ezlang.lexer;
18
19
public class Token {
0 commit comments