Commit Graph

158 Commits

Author SHA1 Message Date
dependabot[bot] b972e88f66
Bump addressable from 2.7.0 to 2.8.0 in /site (#16)
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-13 12:49:28 +02:00
Per Sandberg 72ed6b2e61
Remove ilegal library_dir in non library projects (#15) 2021-05-27 12:54:51 +02:00
flyx 4dc55e35c7
Merge pull request #13 from yaml/dependabot/bundler/site/jekyll-3.6.3
Bump jekyll from 3.5.2 to 3.6.3 in /site
2020-04-19 12:07:00 +02:00
dependabot[bot] 47a92d4743
Bump jekyll from 3.5.2 to 3.6.3 in /site
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.5.2 to 3.6.3.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll/compare/v3.5.2...v3.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-19 10:06:14 +00:00
flyx bb07bf27be
Merge pull request #14 from yaml/dependabot/bundler/site/ffi-1.12.2
Bump ffi from 1.9.18 to 1.12.2 in /site
2020-04-19 12:05:27 +02:00
dependabot[bot] 7fab9c2dd8
Bump ffi from 1.9.18 to 1.12.2 in /site
Bumps [ffi](https://github.com/ffi/ffi) from 1.9.18 to 1.12.2.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ffi/ffi/compare/1.9.18...1.12.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-19 09:54:50 +00:00
flyx d7b7c9de3a
Merge pull request #12 from persan/develop
Make it compile & run with gnat-21x/GCC 9.2
2020-04-19 11:54:20 +02:00
persan ee3600a537 Update after review-comments. 2020-04-09 17:19:19 +02:00
persan 33c3b4248f Just update links in the Readme, 2020-04-09 16:03:01 +02:00
Per Sandberg 0d398b03d5 Get rid of the warnings in the "server" as well 2020-04-09 10:44:29 +02:00
Per Sandberg 85d0787cea Clean up final compilation warnings. 2020-04-09 10:18:12 +02:00
Per Sandberg 7e656844bd Make the tests compile clean.
Remove all ineffective use clauses.
Remove usage of anonymous pointers to avoid scope problems.
2020-04-09 10:01:26 +02:00
Per Sandberg dd18ce4b06 Make the code compile with GNAT 21.x 2020-04-09 09:28:39 +02:00
Felix Krause 2cb52c5e7e website update 2018-03-22 21:30:43 +01:00
Felix Krause 2017a7c252 Changelog for v0.3.0; updated Readme 2018-03-22 21:17:02 +01:00
Felix Krause f9bf8fae53 Fixed Text.Builder; use it in Lexer 2018-01-31 22:21:39 +01:00
Felix Krause 334af3ff8e made dropin compile again 2018-01-31 20:46:58 +01:00
Felix Krause a395ff23de Fixed errors in builder 2018-01-30 22:58:06 +01:00
Felix Krause aa26282d51 handle uninitialized Text.Builder - missing file 2018-01-30 21:19:48 +01:00
Felix Krause 5ac557f24b git subrepo pull Parser_Tools
subrepo:
  subdir:   "Parser_Tools"
  merged:   "46a7617"
upstream:
  origin:   "git@github.com:flyx/ParserTools.git"
  branch:   "master"
  commit:   "46a7617"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
2018-01-30 21:14:23 +01:00
Felix Krause 8a3222e76e git subrepo commit Parser_Tools
subrepo:
  subdir:   "Parser_Tools"
  merged:   "95b9cc8"
upstream:
  origin:   "git@github.com:flyx/ParserTools.git"
  branch:   "master"
  commit:   "7fd6bf3"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
2018-01-30 20:58:19 +01:00
Felix Krause 2f5f126f70 handle uninitialized Text.Builder 2018-01-30 20:44:09 +01:00
Felix Krause b1fa9c90d8 Fixed @@inject
* @@inject test cases
 * some parser improvements
 * fixed handling aliases in @@inject
2018-01-26 18:10:50 +01:00
Felix Krause 4d9b745b91 +tests, improvements to @@for 2018-01-23 18:57:47 +01:00
Felix Krause 210fda21f9 store result of transformations for further refs.
* anchored annotation nodes that generate anchored result
   nodes will only processed once. further references to the
   anchor will directly link to the result.
2018-01-22 21:03:19 +01:00
Felix Krause 18994c5806 Implemented @@inject 2017-12-09 15:11:25 +01:00
Felix Krause 3d2d92b59e +transformations doc 2017-12-02 11:50:18 +01:00
Felix Krause dde3aa3ba9 fixed sitegen; improved transformation spec 2017-12-01 19:42:33 +01:00
Felix Krause a92a40a8dc minor fix 2017-12-01 18:15:36 +01:00
Felix Krause f346ce9cd8 Started transformation annotation spec 2017-12-01 17:24:30 +01:00
Felix Krause 36864089db Extracted annotation processor to own project 2017-11-30 18:26:22 +01:00
Felix Krause 04ee9ba44a Implemented @@for 2017-11-30 00:39:24 +01:00
Felix Krause d1d0050893 Improved aliases handling 2017-11-12 14:52:40 +01:00
Felix Krause d43885ba37 Improved Context interface 2017-11-12 13:20:27 +01:00
Felix Krause fd1916537e Implemented @@vars 2017-11-12 00:01:56 +01:00
Felix Krause 2a82f5444e Merge branch 'develop' of github.com:yaml/AdaYaml into develop 2017-11-11 21:31:38 +01:00
Felix Krause c8c8d99482 Made annotations have namespaces 2017-11-11 12:58:16 +01:00
Felix Krause 4463354224 Fixed a bug when sourcing from Text_IO 2017-11-10 18:08:37 +01:00
Felix Krause e92621b777 Fixes #8 2017-11-10 17:28:49 +01:00
Felix Krause c18bf5b717 Fixes #3 2017-11-09 22:09:42 +01:00
Felix Krause f6025af65f Fixes #6 2017-11-09 22:05:13 +01:00
Felix Krause 72084a31f4 Fixes #4 2017-11-09 21:00:13 +01:00
Felix Krause 8e285d7549 Fixes #5 2017-11-09 20:37:35 +01:00
Felix Krause a9e3b3e472 git subrepo pull Parser_Tools
subrepo:
  subdir:   "Parser_Tools"
  merged:   "5d6a880"
upstream:
  origin:   "git@github.com:flyx/ParserTools.git"
  branch:   "master"
  commit:   "e322c98"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
2017-10-17 21:21:11 +02:00
Felix Krause 5616697b12 Fixed @concat, added tests 2017-10-17 21:20:25 +02:00
Felix Krause 23257526a6 Improvements to dropin
* implemented some missing functions
 * implemented emitting to file / custom handler
 * implemented error reporting for emitter
 * some fixes
2017-10-16 21:56:47 +02:00
Felix Krause 7169943558 Improvements to libyaml-dropin
* Now supports reading a FILE*
 * Now supports using a custom handler
 * Now supports error messages
2017-10-14 18:08:33 +02:00
Felix Krause 12b0ab1584 More fixes to dropin / libyaml compat 2017-10-14 13:51:26 +02:00
Felix Krause dbd15d48fa Made dropin compile again 2017-10-13 20:31:48 +02:00
Felix Krause 11ede47ea7 Improved dumping. Use Tags.Question_Mark.
* Also updated DOM documentation
2017-10-05 20:27:20 +02:00