Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CommitRunAndCreateNode skips ; #207

Closed
vinnik-dmitry07 opened this issue Dec 5, 2018 · 1 comment
Closed

CommitRunAndCreateNode skips ; #207

vinnik-dmitry07 opened this issue Dec 5, 2018 · 1 comment

Comments

@vinnik-dmitry07
Copy link

vinnik-dmitry07 commented Dec 5, 2018

private static readonly Regex TokenRegex = new Regex( "\\s*((?<string>\"(?:\"\"|[^\"])*\")|(?<union_ranges>[A-Z]+[0-9]+:[A-Z]+[0-9]+(\\s[A-Z]+[0-9]+:[A-Z]+[0-9]+)+)" + "|(?<range>\\$?[A-Z]+\\$?[0-9]*:\\$?[A-Z]+\\$?[0-9]*)" + "|(?<cell>\\$?[A-Z]+\\$?[0-9]+)" + "|(?<token>-)|(?<number>\\-?\\d*\\" + System.Threading.Thread.CurrentThread.CurrentCulture.NumberFormat.NumberDecimalSeparator + "?\\d+)" + "|(?<true>(?i)TRUE)|(?<false>(?i)FALSE)|(?<identifier>\\w+)" + "|(?<token>\\=\\=|\\<\\>|\\<\\=|\\>\\=|\\<\\>|\\=|\\!|[\\=\\.\\,\\+\\-\\*\\/\\%\\<\\>\\(\\)\\&\\;\\^]))", // <- here is not System.Threading.Thread.CurrentThread.CurrentCulture.TextInfo.ListSeparator RegexOptions.Compiled);
Debug It by breakpoint on 308, 622 lines of Parser.cs.

@jingwood
Copy link
Member

jingwood commented Apr 3, 2021

Hi @vinnik-dmitry07, thanks for your information!

Now it has been fixed in #392.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants