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

[Frontend][Relay] Add Parser 2.0 #5932

Merged
merged 45 commits into from
Jul 8, 2020
Merged

[Frontend][Relay] Add Parser 2.0 #5932

merged 45 commits into from
Jul 8, 2020

Commits on Jul 7, 2020

  1. Start on new parser

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    b1ba914 View commit details
    Browse the repository at this point in the history
  2. First test passing

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    7d89a94 View commit details
    Browse the repository at this point in the history
  3. Try and factor into helpers

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    86c33e2 View commit details
    Browse the repository at this point in the history
  4. Comments are working

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e34afcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c624107 View commit details
    Browse the repository at this point in the history
  6. Add number parsing code

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5e26476 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6bc944 View commit details
    Browse the repository at this point in the history
  8. Operator parsing is done

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d50e750 View commit details
    Browse the repository at this point in the history
  9. Add tokenizer fix

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    2d8cf54 View commit details
    Browse the repository at this point in the history
  10. I hate parsing

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    17a14aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db7879c View commit details
    Browse the repository at this point in the history
  12. Add definition parsing

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    415c60d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef010e5 View commit details
    Browse the repository at this point in the history
  14. Passing most tests cases

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c2e1928 View commit details
    Browse the repository at this point in the history
  15. Finish types parsing

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5648678 View commit details
    Browse the repository at this point in the history
  16. Finish ADT parsing

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9b22a4f View commit details
    Browse the repository at this point in the history
  17. Finish ADT parsing

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    98d815a View commit details
    Browse the repository at this point in the history
  18. Reorganize code into files

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    baa4a64 View commit details
    Browse the repository at this point in the history
  19. Reorganize code into files

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    41ca113 View commit details
    Browse the repository at this point in the history
  20. Fix the line map code

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    b3d3975 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1d1cf30 View commit details
    Browse the repository at this point in the history
  22. Add a lot of comments

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    49a02df View commit details
    Browse the repository at this point in the history
  23. Get test cases passing

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    929c4c5 View commit details
    Browse the repository at this point in the history
  24. Add some more docs

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9529e7c View commit details
    Browse the repository at this point in the history
  25. Fix a couple minor things

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9711638 View commit details
    Browse the repository at this point in the history
  26. Address some feedback

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1c4deb0 View commit details
    Browse the repository at this point in the history
  27. Address feedback

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e818f4d View commit details
    Browse the repository at this point in the history
  28. Fix extern case

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    932db63 View commit details
    Browse the repository at this point in the history
  29. More feedback

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    4b83ea2 View commit details
    Browse the repository at this point in the history
  30. Fix

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5546a95 View commit details
    Browse the repository at this point in the history
  31. Formatting

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    30c6281 View commit details
    Browse the repository at this point in the history
  32. Add parser

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    4f0622e View commit details
    Browse the repository at this point in the history
  33. Cpp lint

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0c61fda View commit details
    Browse the repository at this point in the history
  34. Format

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    8aca8f4 View commit details
    Browse the repository at this point in the history
  35. Add module string

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e700147 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5a0b17e View commit details
    Browse the repository at this point in the history
  37. Format

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    4cd12c3 View commit details
    Browse the repository at this point in the history
  38. Apply suggestions from code review

    Co-authored-by: Logan Weber <36520469+weberlo@users.noreply.github.com>
    jroesch and weberlo committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    abddaf6 View commit details
    Browse the repository at this point in the history
  39. Minor tweaks

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1eae9e1 View commit details
    Browse the repository at this point in the history
  40. Fix some windows issues

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3bc277a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ac836a8 View commit details
    Browse the repository at this point in the history
  42. Formatting

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    ef5fbda View commit details
    Browse the repository at this point in the history
  43. Rename field names

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    62d9f97 View commit details
    Browse the repository at this point in the history
  44. Formatting

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e169ea7 View commit details
    Browse the repository at this point in the history
  45. Fix span test

    jroesch committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    8206bc8 View commit details
    Browse the repository at this point in the history