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

Updated pull request for "Adding Flex Lexer based on issue #1893" #2143

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2022

  1. Added blank class for Flex

    mattv52 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    cd76f40 View commit details
    Browse the repository at this point in the history
  2. testLexer in c_like.py

    erickhartawan committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    ba5e107 View commit details
    Browse the repository at this point in the history
  3. Added FlexLexer empty class

    mattv52 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    714db3f View commit details
    Browse the repository at this point in the history
  4. fixed merge from test commit

    mattv52 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    5264a62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e84e26 View commit details
    Browse the repository at this point in the history
  6. resolved conflic

    erickhartawan committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    d4f3abd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3223050 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    27e2f66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a0090 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

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

Commits on Apr 20, 2022

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

Commits on Apr 21, 2022

  1. Added seperate state to handle rules section and added correctly toke…

    …ned special chars (i.e. \n, \r etc)
    mattv52 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    f15f33f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

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

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

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

Commits on Apr 28, 2022

  1. fixed not finding first %%

    mattv52 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    fece791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a107c8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. added two test files

    JamesPlutonimus authored and JamesPlutonimus committed May 2, 2022
    Configuration menu
    Copy the full SHA
    60bd2d4 View commit details
    Browse the repository at this point in the history
  2. added alternative test with different extension

    JamesPlutonimus authored and JamesPlutonimus committed May 2, 2022
    Configuration menu
    Copy the full SHA
    574044c View commit details
    Browse the repository at this point in the history
  3. added basic tests and different extension test

    JamesPlutonimus authored and JamesPlutonimus committed May 2, 2022
    Configuration menu
    Copy the full SHA
    6baafaa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from dman000/testingBranch

    Testing branch
    Hubert-Au committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c976cff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1711ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f342e2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. fixed highlighting for multiple characters

    Hubert Au committed May 8, 2022
    Configuration menu
    Copy the full SHA
    0cdfc20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from dman000/FixingHighlighting

    fixed highlighting for multiple keywords
    James Pluto committed May 8, 2022
    Configuration menu
    Copy the full SHA
    a05af67 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    a8501e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from dman000/Special_Characters

    special characters highlight /n /t /r
    Hubert-Au committed May 9, 2022
    Configuration menu
    Copy the full SHA
    1ebd2f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653ef9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from dman000/Special_Characters

    changed Special Characters highlight to String.Escape
    Thiem948 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    9c82834 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    0f1f927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f916d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    f070436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4053e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b373ceb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b41987a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9263fd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

Commits on May 17, 2022

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

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    57b8160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28918b7 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. improved expression

    erickhartawan committed May 19, 2022
    Configuration menu
    Copy the full SHA
    189ac06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a91c8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

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

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    091af27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bfcaee View commit details
    Browse the repository at this point in the history
  3. Added 'assign' state to handle how to lex the things variables are as…

    …signed in the first section
    mattv52 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5af7661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d827e5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9aaae24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33a525c View commit details
    Browse the repository at this point in the history
  7. removed some testing files

    mattv52 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5c40e41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60b4363 View commit details
    Browse the repository at this point in the history