================================================================================
Special forms
================================================================================

(if x 1 2)
(while x y)

--------------------------------------------------------------------------------

(source_file
  (special_form
    (symbol)
    (integer)
    (integer))
  (special_form
    (symbol)
    (symbol)))
