From f7f449ca2b2c0bae6107e701e72ef6f1be8ed7c2 Mon Sep 17 00:00:00 2001 From: Matt Hargett Date: Sun, 24 Jul 2022 13:09:30 -0700 Subject: [PATCH] Luau benchmarks and conformance suite all analyze fine, update test suite comment. --- .../src/main/antlr4/net/sourceforge/pmd/lang/lua/antlr4/Lua.g4 | 1 + 1 file changed, 1 insertion(+) diff --git a/pmd-lua/src/main/antlr4/net/sourceforge/pmd/lang/lua/antlr4/Lua.g4 b/pmd-lua/src/main/antlr4/net/sourceforge/pmd/lang/lua/antlr4/Lua.g4 index a59299d907..3441484304 100644 --- a/pmd-lua/src/main/antlr4/net/sourceforge/pmd/lang/lua/antlr4/Lua.g4 +++ b/pmd-lua/src/main/antlr4/net/sourceforge/pmd/lang/lua/antlr4/Lua.g4 @@ -61,6 +61,7 @@ Tested by Matt Hargett with: - Entire codebase for lit: https://github.com/luvit/lit/ - Entire codebase and test suite for neovim v0.7.2: https://github.com/neovim/neovim/tree/v0.7.2 - Entire codebase for World of Warcraft Interface: https://github.com/tomrus88/BlizzardInterfaceCode + - Benchmarks and conformance test suite for Luau 0.537: https://github.com/Roblox/luau/tree/0.537 */ grammar Lua;