Skip to content

Commit

Permalink
docs(readme) Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Demali-876 authored Dec 5, 2024
1 parent 6a07b0a commit 130a5b8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ graph TD
result[MATCH RESULT]
end
%% Input flow
input --> cursor
cursor --> lexer
%% Main processing flow
lexer --> tokens
tokens --> parser
parser --> ast
Expand All @@ -43,20 +40,10 @@ graph TD
nfa --> matcher
matcher --> result
%% API connections
api --> lexer
api --> parser
api --> compiler
api --> matcher
%% Styling
classDef core fill:#f5f5f5,stroke:#333,stroke-width:2px
classDef output fill:#e1f5fe,stroke:#333
classDef api fill:#fff3e0,stroke:#333,stroke-width:2px
class lexer,parser,compiler,matcher core
class tokens,ast,nfa,result output
class api api
```

### Component Description
Expand Down

0 comments on commit 130a5b8

Please sign in to comment.