Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

feat(huff_lexer): lexer using the logos crate #118

Draft
wants to merge 17 commits into
base: huff_parser
Choose a base branch
from

Commits on Jun 21, 2022

  1. logos lexer token

    nvnx7 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7f08f03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd22a61 View commit details
    Browse the repository at this point in the history
  3. lexer struct

    nvnx7 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6c5450b View commit details
    Browse the repository at this point in the history
  4. lexer tests

    nvnx7 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    83adad7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6d4fa7 View commit details
    Browse the repository at this point in the history
  6. added required lifetime param

    nvnx7 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1d64069 View commit details
    Browse the repository at this point in the history
  7. arg call tests

    nvnx7 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    680eedb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    6f65d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9b9c3 View commit details
    Browse the repository at this point in the history
  3. tweaked test for parser

    nvnx7 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9cf6a81 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. fix: lex imports

    nvnx7 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bf996e4 View commit details
    Browse the repository at this point in the history
  2. added necessary lifetime params

    nvnx7 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    10ee6af View commit details
    Browse the repository at this point in the history
  3. remove unnecessary map()

    nvnx7 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f366d24 View commit details
    Browse the repository at this point in the history
  4. fixed huff_core tests

    nvnx7 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a10084e View commit details
    Browse the repository at this point in the history
  5. remove unnecessary method

    nvnx7 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    643bfc2 View commit details
    Browse the repository at this point in the history
  6. test: lex erc20.huff

    nvnx7 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d4d661b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. added tokens

    nvnx7 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ff4a45a View commit details
    Browse the repository at this point in the history