Add ImHex Pattern Language (#1317)

* Add ImHex Pattern Language

* Add files via upload

* Rename

* Rename
This commit is contained in:
gnuhead-chieb
2022-02-13 06:41:36 +09:00
committed by GitHub
parent 005ad8779d
commit 60858344ce
2 changed files with 4 additions and 1 deletions

2
p/Pattern Language.pat Normal file
View File

@@ -0,0 +1,2 @@
#include <std/sys.pat>
std::print("Hello World");

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (908 total) ## Languages (909 total)
* [!](%23/%21) * [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
@@ -639,6 +639,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Parenthetic](p/Parenthetic.p) * [Parenthetic](p/Parenthetic.p)
* [Parser](p/Parser.p) * [Parser](p/Parser.p)
* [Pascal](p/Pascal.p) * [Pascal](p/Pascal.p)
* [Pattern Language](p/Pattern%20Language.pat)
* [Pauscal](p/Pauscal.pdp) * [Pauscal](p/Pauscal.pdp)
* [Pawn](p/Pawn.p) * [Pawn](p/Pawn.p)
* [PB](p/PB.pwr) * [PB](p/PB.pwr)