Skip to content
Snippets Groups Projects
  1. Nov 07, 2023
  2. Oct 27, 2023
  3. Oct 23, 2023
  4. Oct 20, 2023
  5. Oct 19, 2023
  6. Oct 18, 2023
  7. Oct 17, 2023
  8. Oct 16, 2023
    • Cyril Moineau's avatar
      An update of the graph regex system allows greater flexibility, with a more... · a5eb92e1
      Cyril Moineau authored
      An update of the graph regex system allows greater flexibility, with a more advanced node matching system.
      
      * [x] Making the nodeTest
        * [x] Making the lexer for logique expression
          * [x] Define operations tokens
          * [x] support int
          * [x] support str
          * [x] support float
        * [x] automatique Tests
        * [x] Making the parseur for logique expression
          * [x] Add the pratt for logical operation
        * [x] Making an interpreter to produce the node fuction test
          * [x] Add type safe type for the AST interpretation ( like std::any c17 ?) @pineapple
          * [x] Add the custome Lambda function @olivierbichler
          * [x] Add the bool node User functions
      * [x] Making graphRegex
        * [x] support sequential match
          * [x] \*
          * [x] \+
        * [x] support paralel match
          * [x] \*
          * [x] \+
        * [x] Making lexer
          * [x] quantification tokens
            * [x] \*
            * [x] \+
          * [x] groupe token
        * [x] Making parseur
          * [x] seqential AST
          * [x] paralel AST
        * [x] Making Fsm interpreter
          * [x] define the fsm graph
          * [x] run FSM
        * [x] Making str interpreter (debug only)
      * [x] CI
        * [x] auto test matching
        * [x] manual test matching
      a5eb92e1
    • Cyril Moineau's avatar
      e9e7c586
  9. Oct 13, 2023
Loading