You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,8 +38,16 @@ public static LToken Load(LuaTableTextReader reader)
28
38
}
29
39
}
30
40
41
+
/// <summary>
42
+
/// Parses the <see cref="LToken"/> from the specified Lua expression.
43
+
/// </summary>
44
+
/// <param name="expression">The Lua expression to be parsed.</param>
45
+
/// <exception cref="ArgumentNullException"><paramref name="expression"/> is <c>null</c>.</exception>
46
+
/// <exception cref="LuaTableReaderException"><paramref name="expression"/> is empty or invalid; or it contains extra content after the first parsed token.</exception>
0 commit comments