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

Complete Basic Version of the Circom G4 grammar #1

Merged
merged 40 commits into from
Aug 23, 2024
Merged

Complete Basic Version of the Circom G4 grammar #1

merged 40 commits into from
Aug 23, 2024

Commits on Jul 17, 2024

  1. Enhanced grammar

    KyrylR committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9d0e273 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    c494d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afa2dba View commit details
    Browse the repository at this point in the history
  3. Uncommented custom grammar

    KyrylR committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    83b8f90 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Tested grammar and finished it

    KyrylR committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f50997f View commit details
    Browse the repository at this point in the history
  2. Prettify

    KyrylR committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2afbcf8 View commit details
    Browse the repository at this point in the history
  3. Optimized and fixed

    KyrylR committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d823ba9 View commit details
    Browse the repository at this point in the history
  4. Added test command

    KyrylR committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    de8124c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dae646 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Added keywords

    KyrylR committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ed2db5f View commit details
    Browse the repository at this point in the history
  2. Added CI

    KyrylR committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b203723 View commit details
    Browse the repository at this point in the history
  3. Updated CI

    KyrylR committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3340dff View commit details
    Browse the repository at this point in the history
  4. Updated CI

    KyrylR committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    134bb24 View commit details
    Browse the repository at this point in the history
  5. Improved lexer structures

    KyrylR committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f09a0cd View commit details
    Browse the repository at this point in the history
  6. Fixed parser rules

    KyrylR committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    02c8c30 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Fixed bug with component main

    KyrylR committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    38754a6 View commit details
    Browse the repository at this point in the history
  2. Fixed bug with component main

    KyrylR committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d8e3d4b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Improved grammar consistency

    KyrylR committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3fde741 View commit details
    Browse the repository at this point in the history
  2. Fixed grammar (hanging comma)

    KyrylR committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b077169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97095c5 View commit details
    Browse the repository at this point in the history
  4. Cleaned up

    KyrylR committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cbecc86 View commit details
    Browse the repository at this point in the history
  5. Optimised grammar

    KyrylR committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f14d459 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fixed forUpdate

    KyrylR committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    30376cc View commit details
    Browse the repository at this point in the history
  2. Fixed forUpdate

    KyrylR committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1b73e7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99e313a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    641fd54 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    KyrylR committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    660fe2f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Added tags. Refactored

    KyrylR committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    342b9b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    4f2e1cd View commit details
    Browse the repository at this point in the history
  2. Added more tests

    KyrylR committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a163d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec5efe7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Minor grammar fixes

    KyrylR committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    da136d5 View commit details
    Browse the repository at this point in the history
  2. Improved parsing speed

    KyrylR committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5adeaab View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Updated README

    KyrylR committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    50fe98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1d2a47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f3965d View commit details
    Browse the repository at this point in the history
  4. Updated refs

    KyrylR committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8949bb1 View commit details
    Browse the repository at this point in the history
  5. Added more test files

    KyrylR committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    81f4b39 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Fixed LINE_COMMENT lexer rule

    KyrylR committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e83c155 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    2ec9add View commit details
    Browse the repository at this point in the history