Commit Graph

739 Commits

Author SHA1 Message Date
yhirose
f0d2c529ba Back reference support 2018-07-13 17:51:20 -04:00
yhirose
a77edadfa7 Added %word rule 2018-07-13 17:26:57 -04:00
yhirose
ca950520ef Removed the simple interface 2018-07-12 19:03:57 +02:00
yhirose
485a647d2b Updated .gitignore 2018-07-12 14:35:02 +02:00
yhirose
bfa23401e5 Removed unused function 2018-05-28 21:06:38 -04:00
yhirose
0dfe7a22c1 Use catch2 for unit testing 2018-05-28 21:06:23 -04:00
yhirose
a517ce6622 Updated README 2018-01-22 17:04:19 -05:00
yhirose
4894c68319 Fixed build error with LLVM 5.0.1 2018-01-17 00:01:53 -05:00
yhirose
899cba2f4f Updated README 2018-01-05 18:20:54 -05:00
yhirose
31dd2dae29 Fixed #29 2018-01-04 19:36:34 -05:00
yhirose
e72b630455 Added line_info method on SemanticValues. 2017-11-03 22:27:08 -04:00
yhirose
ebfafc3947 Removed Visual Studio solution and project files. 2017-08-25 09:05:12 -04:00
yhirose
02c35f7752 Updated copyright and readme. 2017-08-25 09:04:02 -04:00
yhirose
b2f6b0bcdc Fixed link error in README. 2017-08-18 23:29:22 -04:00
yhirose
f3a65f7c61 Removed culebra.peg. 2017-08-17 18:00:05 -04:00
yhirose
2b223c303f Added build documentation for PL/0. 2017-08-17 17:57:30 -04:00
yhirose
acb986f525 Added Makefile for PL/0. 2017-08-17 17:54:46 -04:00
yhirose
3e9d8c506a Added README.md for PL/0... 2017-08-17 17:52:46 -04:00
yhirose
6de1fe8aef Added README.md for PL/0 example 2017-08-17 17:50:32 -04:00
yhirose
6ee4326723 Cleanup pl0.cc 2017-08-17 17:46:03 -04:00
yhirose
dcdfd9fdb7 Changed ast_to_s to be customizable. 2017-08-17 01:39:30 -04:00
yhirose
463ed17967 Fixed nested procedure problem in PL/0. 2017-08-17 01:37:31 -04:00
yhirose
925a611ec0 Fixed the URL for PL/0 2017-08-10 20:35:14 -04:00
yhirose
d4fabb04ad Adjusted options of PL/0 2017-08-08 12:01:51 -04:00
yhirose
0388e3e6c4 Moved PL/0 sample directory 2017-08-08 07:06:37 -04:00
yhirose
7c1e1751d9 Added LLVM support to PL/0 sample 2017-08-07 23:44:28 -04:00
yhirose
7c24c30104 Applied clang-format 2017-08-04 07:03:44 -04:00
yhirose
bb0c7c4522 Fixed 'uninitialized variable' problem in PL/0 interpreter 2017-08-03 22:56:12 -04:00
yhirose
41e3360483 Working in progress on fixing travis-ci error. 2017-06-19 14:04:44 -04:00
yhirose
a85d18da91 Working in progress on fixing travis-ci error... 2017-06-19 13:33:40 -04:00
yhirose
746c259d64 Fixed problem with .travis.yml (WIP) 2017-06-19 10:21:10 -04:00
yhirose
14c0651f1f Removed language/culebra 2017-06-08 23:17:15 +09:00
yhirose
deac9d4c42 Code cleanup 2017-06-08 23:03:21 +09:00
yhirose
79f4d90c19 Code cleanup. 2017-04-14 21:57:28 -04:00
yhirose
ff3d947fd4 Added optimize_ast 2017-03-28 22:50:05 -04:00
yhirose
6b63bd48af Added peg::udl for 'tag' user defined literal. 2017-03-25 18:28:15 -04:00
Hirose
1520849708 Updated README.md 2017-01-11 16:50:12 -05:00
Hirose
13b5b8c45b Updated README. 2016-11-23 16:16:00 -05:00
yhirose
3e9852c8bd Added documentation for Ubuntu. 2016-11-17 08:40:59 -05:00
Hirose
1661d3fd91 Fixed README.md 2016-11-01 08:17:13 -04:00
yhirose
21934dd1ce Fixed #22. 2016-10-27 20:28:03 -04:00
yhirose
5e67fcb329 Added AppVeyor buidl badge on README. 2016-06-08 22:35:50 -04:00
yhirose
803335164d Changed minimum target to be 'c++11'. 2016-06-08 22:17:07 -04:00
yhirose
7ef51f6acb Merge pull request #21 from hvellyr/master
Supporting CI on windows (using appveyor) and more compiler warning fixes
2016-06-07 22:04:46 -04:00
hvellyr
f98f8697c6 Add test support for windows MSVC 2015 on appveyor
- build the code with source and execution charset set to utf-8 (required
  for unicode chars in the source code)

- Example/culebra/linenoise.hpp requires being build with UNICODE on windows

  The WIN32 part of that code actually is written against wchar support
  only (e.g. wsprintf, wcstol, ...); but some pieces requires the UNICODE def
  being set explicitely (e.g. GetEnvironmentVariable).

- don't build lint and language subfolders on windows at all (for now)
2016-06-07 11:51:12 +02:00
hvellyr
e562f51f63 No need for pthread lib in examples and tests 2016-06-07 11:51:12 +02:00
hvellyr
45db14ebd7 Don't treat warnings as errors 2016-06-07 11:51:12 +02:00
hvellyr
bc9234a25f Fix compiler warning about reserved identifier
Warning was (on clang-3.7):

/Users/gck/dev/cpp-peglib/test/../peglib.h:9:9: warning: macro name is a
      reserved identifier [-Wreserved-id-macro]
#define _CPPPEGLIB_PEGLIB_H_
2016-06-07 11:51:11 +02:00
hvellyr
f764e9a85d Fix warning about loss of precission 2016-06-07 11:51:07 +02:00
hvellyr
58b0669e55 Remove left over c++1y definition desturbing MSVC 2016-06-07 11:51:03 +02:00