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

Separate scanner from parser. #67 #74

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 10, 2018

  1. Regenerate scanner.c and parser.c with flex 2.6.1 and bison 3.0.4

    This is in preparation for removing the include of scanner.c from
    parser.c for Unidata#67
    schwehr committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    89956b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5452323 View commit details
    Browse the repository at this point in the history
  3. Separate the scanner from the parser. Fixes Unidata#67

    - flex and bison now generate scanner.h and parser.h respectively
    - _restartScanner and _isTime are no longer static
    - Added utGetYyCBufP() to pass yy_c_buf_p
    - #if'ed out ut_add_name_prefix in prefix as there are two header definitions
    schwehr committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    90782bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f813b9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e6a45e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb98d29 View commit details
    Browse the repository at this point in the history