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

Port ruby data_generator.rb to Julia #258

Merged
merged 9 commits into from
Jan 3, 2024

Commits on Dec 10, 2023

  1. Port ruby data_generator.rb to Julia

    This reduces the number of dependencies needed when regenerating the C
    code. The new code also separates C code generation from unicode data
    analysis somewhat more cleanly which should be better factored for
    generating a Julia version of the data files in the future.
    
    The output is identical to the original Ruby script, for now. Some bugs
    which were found in the process are noted as FIXMEs in the Julia source
    and can be fixed next.
    c42f committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    d9bd2be View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    f6b55eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aff327 View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    stevengj committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    89dd4b7 View commit details
    Browse the repository at this point in the history
  4. Update data/Makefile

    stevengj committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ed2702c View commit details
    Browse the repository at this point in the history
  5. Update data/Makefile

    stevengj committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6145d7b View commit details
    Browse the repository at this point in the history
  6. Update data/Makefile

    stevengj committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b09ea8e View commit details
    Browse the repository at this point in the history
  7. Update data/Makefile

    stevengj committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3b2264b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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