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

✨ : HCL parsing #167

Merged
merged 16 commits into from
Nov 15, 2019
Merged

✨ : HCL parsing #167

merged 16 commits into from
Nov 15, 2019

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    d5a1589 View commit details
    Browse the repository at this point in the history
  2. 🔧 : add antlr maven plugin

    juwit committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a2c660a View commit details
    Browse the repository at this point in the history
  3. ✨ : add HCL variable parsing

    juwit committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    908ee7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27e5876 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    812fe04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f077694 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27a83c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40f650e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a06f7d4 View commit details
    Browse the repository at this point in the history
  10. 🔥 : remove HCL listener

    juwit committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    7bea678 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4df23fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c58aa5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f7b5bc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. ✨ : add HclParser class

    juwit committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    6c2b03c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9092e04 View commit details
    Browse the repository at this point in the history
  3. 🐛 : allow trailing coma in arrays

    also corrects object field rule, for allowing object fields to be
    expressions
    juwit committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    35345d6 View commit details
    Browse the repository at this point in the history