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

added TokenList::Stream class to wrap std::istream usage and implemented alternative C I/O version #244

Merged
merged 21 commits into from
Mar 2, 2023

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    097a765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ae449 View commit details
    Browse the repository at this point in the history
  3. simplified UTF-16 checks

    firewave committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    62acc58 View commit details
    Browse the repository at this point in the history
  4. made simplecpp::TokenList::Stream an abstract class and moved impleme…

    …ntation-specific parts into StdIStream
    firewave committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    a2cc676 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07ec136 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81fe8cd View commit details
    Browse the repository at this point in the history
  7. constness

    firewave committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    4f0da78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b52b22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95c747b View commit details
    Browse the repository at this point in the history
  10. main.cpp: added command-option "-is" to specify usage of std::istream…

    … interface in reading initial file
    firewave committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    892183e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26ccd24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e57f312 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bdc7f3c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76b94e3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd084ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    797f899 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c1da435 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    52b4b61 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7ff8c98 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c9605fe View commit details
    Browse the repository at this point in the history
  21. adjusted parameter order in added TokenList() constructor / added s…

    …ome barebones documentation
    firewave committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    557099c View commit details
    Browse the repository at this point in the history