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

Add a lexer, tests and examples for COBOL #2067

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

Commits on Sep 7, 2024

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

    bartbroere committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c62f109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a684e89 View commit details
    Browse the repository at this point in the history
  4. Fixes

    bartbroere committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    084c16d View commit details
    Browse the repository at this point in the history
  5. Work work

    bartbroere committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    63adce8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Create some fixes

    bartbroere committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    baa0fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cebb2b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf2367 View commit details
    Browse the repository at this point in the history
  4. Different script

    bartbroere committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    cb40aa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0114db0 View commit details
    Browse the repository at this point in the history
  6. Fix EOF issue with linter

    bartbroere committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7c6a934 View commit details
    Browse the repository at this point in the history
  7. Use negative lookbehind

    bartbroere committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e1a9d21 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 21, 2024

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

Commits on Sep 27, 2024

  1. Apply suggestions from code review

    Co-authored-by: Tan Le <[email protected]>
    bartbroere and tancnle committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8ca12ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa769d9 View commit details
    Browse the repository at this point in the history
  3. Last fixups

    bartbroere committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f4f13b5 View commit details
    Browse the repository at this point in the history
  4. Set ordering causes issues

    bartbroere committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ec7c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

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