1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Note that redo/retry aren’t yet handled.

This commit is contained in:
Rob Rix 2017-05-01 16:54:30 -04:00
parent 5881bae111
commit 051e87a3b2

View File

@ -35,6 +35,8 @@ type Syntax' =
, Statement.Continue
, Statement.ForEach
, Statement.If
-- TODO: redo
-- TODO: retry
, Statement.Return
, Statement.While
, Statement.Yield