• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

test/H23-Aug-2013-636463

READMEH A D23-Aug-2013687 2415

pp_expr.cH A D23-Aug-201315.2 KiB561468

pp_expr.hH A D23-Aug-2013639 2921

pp_lexer.cH A D23-Aug-201332.2 KiB1,098831

pp_lexer.hH A D23-Aug-20134.9 KiB12071

pp_parser.cH A D03-May-202241.4 KiB1,4131,097

pp_parser.hH A D23-Aug-20133.6 KiB11980

README

1preprocessorlib
2------------------------------------
3Implementation of a C preprocessor for OpenBOR's script engine, written by
4Plombo.  Preprocessorlib development for now is done using git, hosted by
5GitHub:
6
7https://github.com/Plombo/preprocessorlib
8
9It is part of the larger OpenBOR project, hosted at LavaLit.com.
10
11The OpenBOR source code, including preprocessorlib, can be found in the SVN
12repository at:
13
14https://lavalit.com/svn/openbor
15
16It can be viewed online at:
17
18https://lavalit.com
19
20Preprocessorlib is dual-licensed under LGPLv3 and the OpenBOR license.  If you'd
21like to use it in your project but are restricted by the licensing options, send
22me a message on GitHub.
23
24