Skip to content

Commit

Permalink
Update alsl-lexer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zHoeshin authored Oct 27, 2023
1 parent 18ccb0e commit bfe6695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alsl-lexer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const KEYWORDS = {
/*const KEYWORDS = {
NULL: 0,
ADD: 31,
SUB: 32,
Expand Down Expand Up @@ -276,3 +276,4 @@ class Lexer{
}
}
*/

0 comments on commit bfe6695

Please sign in to comment.