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

IRJ files parser as an Mlang sublibrary #222

Merged
merged 19 commits into from
Nov 29, 2023
Merged

Commits on Jul 5, 2023

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

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    68ea878 View commit details
    Browse the repository at this point in the history
  2. Describe tokens in comments

    mdurero committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3d3aec5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Change IRJ file AST structure to use nested records instead of 3-uple…

    … for data blocks. It allows for easier integration in Mlang interpreter.
    mdurero committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e633129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1874466 View commit details
    Browse the repository at this point in the history
  3. Remove Test parser files

    mdurero committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7d7c8ab View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    9938401 View commit details
    Browse the repository at this point in the history
  2. With a true "rappel" implementation as records, and some errors, as t…

    …aken from #224.
    
    Step in allowing a peaceful merge for #222 and #224.
    mdurero committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6cb06e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc3ce45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d59616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8896bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc5f4d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    debeadf View commit details
    Browse the repository at this point in the history
  8. Comments on lexer

    mdurero committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d78259f View commit details
    Browse the repository at this point in the history
  9. Use actual integer and float tokens in parser

    String conversion now takes place in lexer.
    mdurero committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4114440 View commit details
    Browse the repository at this point in the history
  10. Comments on design choices

    mdurero committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e492f35 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

Commits on Nov 23, 2023

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

Commits on Nov 27, 2023

  1. Minor corrections

    noeensarguet committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9ca3ac1 View commit details
    Browse the repository at this point in the history