shithub: scc

Download patch

ref: 45c82467f51b356445aae338b33968c9d4f08788
parent: df5327e68efa1e828b1d032307f060375ee6421e
author: Roberto E. Vargas Caballero <[email protected]>
date: Fri Sep 18 04:36:52 EDT 2015

Small modifications to ir.md

--- a/cc1/ir.md
+++ b/cc1/ir.md
@@ -58,9 +58,9 @@
 A1, R2 or T3. Declarations/definitions are composed by a variable
 name, a type and the name of the variable:
 
-	A1	I	i
-	W2	C	c
-	A3	S4	str
+> A1	I	i
+> R2	C	c
+> A3	S4	str
 
 ### Type declarations ###
 
@@ -403,4 +403,3 @@
 * t -- switch table
 * v -- case entry in switch table
 * f -- default entry in switch table
-* ???? -- front end error