diff options
| author | Patrick Schönberger | 2021-07-29 09:58:14 +0200 |
|---|---|---|
| committer | Patrick Schönberger | 2021-07-29 09:58:14 +0200 |
| commit | b64d16088b29615d222d33450cf0315467400e59 (patch) | |
| tree | 7fe3a5bdbe33fe286ad25282ce955bd906097755 /xmake.lua | |
| parent | 45409c781a9e35df68c43b1e2f028d30bf90c0a0 (diff) | |
| download | toc-b64d16088b29615d222d33450cf0315467400e59.tar.gz toc-b64d16088b29615d222d33450cf0315467400e59.zip | |
toc now uses internal representation instead of ast
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ target("main") "gen",
"antlr4-cpp-runtime-4.9.2-source/install/include/antlr4-runtime/"
)
+ set_languages("c++20")
+
+
+-- "C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe" -jar antlr-4.9.2-complete.jar -Dlanguage=Cpp -o gen Toc.g4
--
-- If you want to known more usage about xmake, please see https://xmake.io
|
