Changeset 275
- Timestamp:
- 12/06/06 16:14:44 (2 years ago)
- Files:
-
- trunk/enki/EnkiParser.d (modified) (11 diffs)
- trunk/enki/Expression.d (modified) (1 diff)
- trunk/enki/enki_bn.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/enki/EnkiParser.d
r240 r275 145 145 {/*do nothing*/} 146 146 position = start10; 147 goto mismatch10;147 goto loopend12; 148 148 match13: 149 149 clearErrors(); … … 872 872 setError("Expected WS."); 873 873 position = start66; 874 goto mismatch70;874 goto loopend72; 875 875 } 876 876 } … … 1424 1424 setError("Expected any."); 1425 1425 position = start108; 1426 goto mismatch108;1426 goto loopend110; 1427 1427 } 1428 1428 } … … 1592 1592 setError("Expected WS."); 1593 1593 position = start121; 1594 goto mismatch120;1594 goto loopend122; 1595 1595 } 1596 1596 } … … 1944 1944 setError("Expected AnyChar."); 1945 1945 position = start151; 1946 goto mismatch150;1946 goto loopend152; 1947 1947 } 1948 1948 } … … 2191 2191 setError("Expected any."); 2192 2192 position = start172; 2193 goto mismatch172;2193 goto loopend174; 2194 2194 } 2195 2195 } … … 2249 2249 setError("Expected any."); 2250 2250 position = start177; 2251 goto mismatch178;2251 goto loopend180; 2252 2252 } 2253 2253 } … … 2307 2307 setError("Expected any."); 2308 2308 position = start182; 2309 goto mismatch184;2309 goto loopend186; 2310 2310 } 2311 2311 } … … 2713 2713 setError("Expected any."); 2714 2714 position = start206; 2715 goto mismatch210;2715 goto loopend212; 2716 2716 } 2717 2717 } … … 2845 2845 setError("Expected any."); 2846 2846 position = start215; 2847 goto mismatch220;2847 goto loopend222; 2848 2848 } 2849 2849 } … … 2911 2911 setError("Expected any."); 2912 2912 position = start220; 2913 goto mismatch226;2913 goto loopend228; 2914 2914 } 2915 2915 } trunk/enki/Expression.d
r245 r275 592 592 emit("}");*/ 593 593 } 594 render(expr,gotoLoop, exprFail);594 render(expr,gotoLoop,gotoLoopEnd); 595 595 596 596 render(loopEnd); trunk/enki/enki_bn.d
r245 r275 2 2 // This file is automatically maintained by the BUILD utility, 3 3 // Please refrain from manually editing it. 4 long auto_build_number = 18 5;4 long auto_build_number = 187;
