From 9d9ff79314adc2ddb463bc791c57e66f22fe38aa Mon Sep 17 00:00:00 2001 From: Anthony Weathersby Date: Sat, 5 Oct 2024 11:20:01 -0600 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 8e2a840c..b9555a4f 100755 --- a/README.md +++ b/README.md @@ -2,15 +2,3 @@ RADLR large and centered A flexible parser compiler for experimentation and rapid syntax development. - -- Syntax highlighting -- Code Formatting -- Predictive and recovering syntax analysis -- Automatic generation of AST definitions -- Simple shift/reduce parser interface - -- Support for ambiguous grammars (though not recommended) -- Context sensitive lexing (scanning) -- Parsing algorithm detection -- Arbitrary lookahead -