mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
add new section 'Rule Engine' and add link inside it
This commit is contained in:
parent
6fbd77bda5
commit
5ae93a9b22
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
* [Physics Engine](#build-your-own-physics-engine)
|
* [Physics Engine](#build-your-own-physics-engine)
|
||||||
* [Programming Language](#build-your-own-programming-language)
|
* [Programming Language](#build-your-own-programming-language)
|
||||||
* [Regex Engine](#build-your-own-regex-engine)
|
* [Regex Engine](#build-your-own-regex-engine)
|
||||||
|
* [Rule Engine](#build-your-own-rule-engine))
|
||||||
* [Search Engine](#build-your-own-search-engine)
|
* [Search Engine](#build-your-own-search-engine)
|
||||||
* [Shell](#build-your-own-shell)
|
* [Shell](#build-your-own-shell)
|
||||||
* [Template Engine](#build-your-own-template-engine)
|
* [Template Engine](#build-your-own-template-engine)
|
||||||
|
|
@ -320,6 +321,9 @@
|
||||||
* [**Perl**: _How Regexes Work_](https://perl.plover.com/Regex/article.html)
|
* [**Perl**: _How Regexes Work_](https://perl.plover.com/Regex/article.html)
|
||||||
* [**Scala**: _No Magic: Regular Expressions_](https://rcoh.svbtle.com/no-magic-regular-expressions)
|
* [**Scala**: _No Magic: Regular Expressions_](https://rcoh.svbtle.com/no-magic-regular-expressions)
|
||||||
|
|
||||||
|
#### Build your own `Rule Engine`
|
||||||
|
* [**TypeScript/Javascript**: _Simple yet powerful rule engine for nodejs - elif.js_](https://github.com/halilkaankarakoc/elif.js)
|
||||||
|
|
||||||
#### Build your own `Search Engine`
|
#### Build your own `Search Engine`
|
||||||
|
|
||||||
* [**CSS**: _A search engine in CSS_](https://stories.algolia.com/a-search-engine-in-css-b5ec4e902e97)
|
* [**CSS**: _A search engine in CSS_](https://stories.algolia.com/a-search-engine-in-css-b5ec4e902e97)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue