Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Enhanced the syntax support (WIP) #1

Closed
wants to merge 74 commits into from

Commits on Jul 10, 2021

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

Commits on Jul 13, 2021

  1. Feat: Enhance parser rules

    - Multi line pipe blocks support
    - wrapped tags: div: div Foo
    - inline JS (non Multiline)
    - Added vue-attributes
    - refac rules
    zealot128 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    c068c0b View commit details
    Browse the repository at this point in the history
  2. CI: Add Github Action, Readme, missing source files

    bindings/*, parser.c must be checked in, too, otherwise GH Actions cannot build
    zealot128 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    7679f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5875f9a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. fix: try to avoid segfaults in scanner.cc

    I think the main change is checking for lexer->lookahead before doing
    lexer->get_column(lexer) since it was segfaulting in exactly that
    function.
    theHamsta committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    4e1f7c9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Merge pull request #1 from theHamsta/avoid-segfault

    fix: try to avoid segfaults in scanner.cc
    zealot128 authored May 5, 2022
    Configuration menu
    Copy the full SHA
    23eba6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e2149 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    f028424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2614e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea362b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e280d15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b49b341 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19180c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98b5088 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57c6984 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ba0699 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4d9f6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88e0d01 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    113e0d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e764a07 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    070733e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f61832 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    697c464 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    01ef1d1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a2a292d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a6155ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    83b0de9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    14afe9d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5ecff5d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    034c32b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0cad251 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d69283f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1c99974 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7c72d1f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6c30f3d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5c80bb9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f25c05a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5c7d7b6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f130e69 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    282438a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a175593 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8ddc893 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d9d378b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d3d4fef View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2a6abd4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a298ab0 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8761d26 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    04e0b9e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    82248cb View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2163d2e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    ba017b7 View commit details
    Browse the repository at this point in the history
  45. Feat: add filters

    mclaughlinconnor committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    538de8f View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    589d132 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2d9f925 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    739462a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    9161427 View commit details
    Browse the repository at this point in the history
  50. Feat: add mixins

    mclaughlinconnor committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    535e59e View commit details
    Browse the repository at this point in the history
  51. Feat: add iterators

    mclaughlinconnor committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ea3d9d0 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    6be1371 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d97918b View commit details
    Browse the repository at this point in the history
  54. Feat: add includes

    mclaughlinconnor committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f455fbc View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    f1774d0 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    66f77e8 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    500831d View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    8a1e143 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    81f89bf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    90b13ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from mclaughlinconnor/readme_reword

    Docs: reword readme to be more inclusive of non-angular developers
    mclaughlinconnor authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    95bdfdb View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Merge pull request #4 from Pug-Angular-Editor-Tools/master

    Further enhanced the syntax support
    zealot128 authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    148608f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    26a8250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0baa245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    550afac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ae4867 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from Pug-Angular-Editor-Tools/bananabox

    Fix Angular two way bindings
    zealot128 authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    26f6ac8 View commit details
    Browse the repository at this point in the history