dominicm00 / ham

A meaty Jam build tool replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse all Ham constructs

dominicm00 opened this issue · comments

  • Unquoted literals
  • Single-quoted strings
  • Double-quoted strings
  • Variable literals
  • Variable subscripts
  • Variable modifiers
  • Lists
  • Rule invocations
  • Rule definitions
  • Action definitions
  • Target statements
  • Bracket expressions
  • Conditions
  • If statements
  • For loop
  • While loop

Completed by dbb1f88