mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:35:10 +00:00
[ADD/WIP] Codenames, try to get codeblocks basics
Mostly focused on the LMDB support right now, sorry!
This commit is contained in:
parent
93d7b0f8e0
commit
61b248363d
7 changed files with 42 additions and 10 deletions
|
|
@ -57,5 +57,5 @@ extern StringRect StrShift(StringRect rect, int n);
|
|||
extern size_t StrViewLines(StringRect);
|
||||
extern size_t StrViewChars(StringRect, int line);
|
||||
|
||||
extern void PrintRect(StringRect rect);
|
||||
extern char * StrViewToStr(StringRect rect);
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ typedef enum XEP393Type {
|
|||
XEP393_EMPH,
|
||||
XEP393_SRKE,
|
||||
XEP393_MONO,
|
||||
XEP393_CODE,
|
||||
XEP393_TEXT,
|
||||
XEP393_QUOT,
|
||||
XEP393_LINE,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
#ifndef PARSEE_FORM_H
|
||||
#define PARSEE_FORM_H
|
||||
|
||||
/*-*
|
||||
* This is a szt of macros to handle XML forms. Aya does not yet support
|
||||
* macros. TODO!
|
||||
* --------
|
||||
* Written-By: LDA */
|
||||
|
||||
#define Report(id, label) do \
|
||||
{ \
|
||||
field = XMLCreateTag("field"); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue