Skip to content

Commit

Permalink
Traktor: Updated LUA grammar. Also replaced lemon executable with 64-…
Browse files Browse the repository at this point in the history
…bit.
  • Loading branch information
apistol78 committed May 13, 2024
1 parent 15aaf80 commit cc118dc
Show file tree
Hide file tree
Showing 7 changed files with 1,193 additions and 4,171 deletions.
Binary file removed bin/win32/lemon.exe
Binary file not shown.
Binary file added bin/win64/lemon.exe
Binary file not shown.
2,139 changes: 1,181 additions & 958 deletions code/Script/Editor/LuaGrammar.cpp

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions code/Script/Editor/LuaGrammar.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* TRAKTOR
* Copyright (c) 2022 Anders Pistol.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
#define TOKEN_OPEN 1
#define TOKEN_LEFT_PARANTHESIS 2
#define TOKEN_SEMICOLON 3
Expand Down
Loading

0 comments on commit cc118dc

Please sign in to comment.