Преглед на файлове

some more documentation

master
anon преди 8 месеца
родител
ревизия
ae98518b57
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. +7
    -0
      README.md

+ 7
- 0
README.md Целия файл

@@ -4,6 +4,13 @@ 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.

```C
match_t * regex_match(const regex_t * const regex, const char * const string, const bool start_of_string);
```
Returns a sentinel terminated array of `match_t` objects.
The sentinel object is defined as `(match_t){ .position = -1, .width = -1, };`.
The position and width of non-sentinel `match_t`s is guaranteed to be => 0.

| Symbol | Meaning (TODO: fill in) |
| :----: | :---------------------: |
| . | |


Loading…
Отказ
Запис