Permalink
Browse files

Update the list of things not represented.

  • Loading branch information...
Andy Chu
Andy Chu committed Oct 19, 2017
1 parent 4ac4dc8 commit 7ab11887d310d704619f20bad956530595d0b71d
Showing with 1 addition and 3 deletions.
  1. +1 −3 osh/osh.asdl
View
@@ -1,4 +1,4 @@
-- Data types for the osh AST.
-- Data types for the osh AST, aka "Lossless Syntax Tree".
--
-- Invariant: the source text can be reconstructed byte-for-byte from this
-- tree.
@@ -7,8 +7,6 @@
-- application type 'id', which is core.id_kind.Id.
-- Unrepresented:
-- * extended globs: unlike globs, these are parsed up front
-- * hidden behind set -o extglob
-- * let arithmetic (rarely used)
-- * coprocesses -- one with arg and one without
-- * select block

0 comments on commit 7ab1188

Please sign in to comment.