Skip to content

Commit

Permalink
주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaStev committed Jun 10, 2024
1 parent 0e9116b commit 102dd23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/lunastev/wave/token/TokenType.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package lunastev.wave.token;

public enum TokenType {
/* BlockComment */
/** BlockComment */
BC,
/* LineComment */
/** LineComment */
LC,
/* WhiteSpace */
/** WhiteSpace */
WS,
/* TAB */
/** TAB */
TAB,
/* NewLine */
/** NewLine */
NL,

FUN, // 함수
Expand Down

0 comments on commit 102dd23

Please # to comment.