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

Split LexGenerator out of Main #428

Merged
merged 6 commits into from
Oct 10, 2018
Merged

Commits on Oct 10, 2018

  1. Split Main in Main and LexGenerator.

    This is a minor refactoring to support refacotring  jflex-de#214
    In the future, LexGenerator.generate() will not be static and have internal state in order to support multithreading.
    regisd committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    afe31a8 View commit details
    Browse the repository at this point in the history
  2. Make Main non instanciable.

    regisd committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    939d6c6 View commit details
    Browse the repository at this point in the history
  3. Adapt code to refactoring.

    regisd committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    f37dc62 View commit details
    Browse the repository at this point in the history
  4. Update javadoc

    regisd committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    5d63d4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d7ae8c View commit details
    Browse the repository at this point in the history
  6. Revert "Remove hack to fetch cup.jar in the ant build."

    This reverts commit 5d7ae8c.
    
    Wrong branch
    regisd committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    84a4c63 View commit details
    Browse the repository at this point in the history