mirror of
https://github.com/DanilaFe/abacus
synced 2025-01-14 10:08:09 -08:00
Create empty class, getting ready to write tests.
This commit is contained in:
parent
10c25fd478
commit
c21aabc7ed
12
src/test/java/org/nwapw/abacus/tests/LexerTests.java
Normal file
12
src/test/java/org/nwapw/abacus/tests/LexerTests.java
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
package org.nwapw.abacus.tests;
|
||||||
|
|
||||||
|
import org.nwapw.abacus.lexing.Lexer;
|
||||||
|
import org.nwapw.abacus.tree.TokenType;
|
||||||
|
|
||||||
|
public class LexerTests {
|
||||||
|
|
||||||
|
Lexer<TokenType> lexer = new Lexer<TokenType>(){{
|
||||||
|
|
||||||
|
}};
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user