2023-09-09 18:14:57 +02:00
2023-09-09 18:14:57 +02:00
2023-09-09 12:10:23 +02:00
.
2023-09-02 17:39:52 +02:00
2023-09-09 14:53:14 +02:00
2023-09-09 12:10:23 +02:00
2023-09-09 16:28:16 +02:00
2023-09-09 14:37:36 +02:00
2023-09-09 14:57:02 +02:00

Jëger

A regex engine.

Syntax

The aim was to follow Vim's regex syntax. Esoteric special characters such as "\zs" are not implemented, however the just is supported.

Symbol Meaning (TODO: fill in)
.
=
+
*
?
\<
\>
^
\t
\n
\b
\i
\I
\k
\K
\f
\F
\p
\P
\s
\d
\D
\x
\X
\o
\O
\w
\W
\h
\a
\l
\L
\u
\U
[<range>]
[^<range>]
Description
No description provided
Readme 127 KiB
Languages
C 52.8%
Lex 33.4%
Brainfuck 6%
C++ 5.6%
Makefile 2%
Other 0.2%