Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] rewriting ReVIEW::Compiler with kpeg #235

Open
wants to merge 248 commits into
base: master
Choose a base branch
from
Open

[WIP] rewriting ReVIEW::Compiler with kpeg #235

wants to merge 248 commits into from

Commits on Mar 1, 2014

  1. for debug

    takahashim committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    6684ac8 View commit details
    Browse the repository at this point in the history
  2. add task to compile kpeg

    takahashim committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    7594468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a6c4a View commit details
    Browse the repository at this point in the history
  4. use kpeg parser

    takahashim committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    10dac4a View commit details
    Browse the repository at this point in the history
  5. fix HTMLBuilder

    takahashim committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    43c2e2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb69cd2 View commit details
    Browse the repository at this point in the history
  7. escape in highlight()

    takahashim committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    0f9c460 View commit details
    Browse the repository at this point in the history
  8. fix some error

    takahashim committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    4428945 View commit details
    Browse the repository at this point in the history
  9. Revert "for debug"

    This reverts commit 6684ac8.
    takahashim committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    5a35b46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b38c03 View commit details
    Browse the repository at this point in the history
  11. fix Builder

    takahashim committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    9dcf7fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b626f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5c4899 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2014

  1. Configuration menu
    Copy the full SHA
    216755c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    416c28d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d1b4d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0604c46 View commit details
    Browse the repository at this point in the history
  5. fix inline symtax

    takahashim committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    238a080 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63b29ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df98767 View commit details
    Browse the repository at this point in the history
  8. fix I18n test

    takahashim committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    e5a2ec2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a578c11 View commit details
    Browse the repository at this point in the history
  10. fix compiler tests

    takahashim committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    5ea1697 View commit details
    Browse the repository at this point in the history
  11. fix idgxmlbuilder

    takahashim committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    8742a72 View commit details
    Browse the repository at this point in the history
  12. fix inaobuilder

    takahashim committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    81cb9ea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1baa0d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a505040 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    34e3ced View commit details
    Browse the repository at this point in the history
  16. remove unused method

    takahashim committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    01ffd13 View commit details
    Browse the repository at this point in the history
  17. fix test for builder; print/puts are not used, inline parsing is move…

    …d from builder to compiler
    takahashim committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    927a2ac View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

  1. fix # of args

    takahashim committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    7319a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c55e2a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Configuration menu
    Copy the full SHA
    249d38f View commit details
    Browse the repository at this point in the history
  2. remove unused code

    takahashim committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    3a7a5dd View commit details
    Browse the repository at this point in the history
  3. kpeg don't use LineInput

    takahashim committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    3f100c1 View commit details
    Browse the repository at this point in the history
  4. fix failers

    takahashim committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    71bbc17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41a207b View commit details
    Browse the repository at this point in the history
  6. add AST(Node) class

    takahashim committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    d347f92 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. fix inline

    takahashim committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    331d8eb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2014

  1. Merge branch 'master' into kpeg

    Conflicts:
    	lib/lineinput.rb
    	lib/review/builder.rb
    	lib/review/compiler.rb
    	lib/review/htmlbuilder.rb
    	lib/review/idgxmlbuilder.rb
    	lib/review/latexbuilder.rb
    	lib/review/topbuilder.rb
    	test/test_htmlbuilder.rb
    	test/test_idgxmlbuilder.rb
    	test/test_latexbuilder.rb
    	test/test_topbuilder.rb
    takahashim committed Jun 22, 2014
    Configuration menu
    Copy the full SHA
    f06645f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. regenerate compiler.rb

    takahashim committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    57a51fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c2a01a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Merge branch 'master' into kpeg

    Conflicts:
    	test/test_htmlbuilder.rb
    takahashim committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    08b62e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2014

  1. Configuration menu
    Copy the full SHA
    249ce22 View commit details
    Browse the repository at this point in the history
  2. add Document, remove join

    takahashim committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    2de50cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0a9f01 View commit details
    Browse the repository at this point in the history
  4. fix test

    takahashim committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    7e73b02 View commit details
    Browse the repository at this point in the history
  5. regenerate kpeg

    takahashim committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    2da8165 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    959748b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. latexbuilder: fix newline

    takahashim committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    b59a4c6 View commit details
    Browse the repository at this point in the history
  2. add Node#to_raw

    takahashim committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    e0ae6e7 View commit details
    Browse the repository at this point in the history
  3. fix RawNode#to_doc

    takahashim committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    e2790ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1135ae0 View commit details
    Browse the repository at this point in the history
  5. latexbuilder: fix test

    takahashim committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    6db7522 View commit details
    Browse the repository at this point in the history
  6. regenerate kpeg

    takahashim committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    6df93e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. add generated files

    takahashim committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    5932eda View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. remove non-used code

    takahashim committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    5b9b23f View commit details
    Browse the repository at this point in the history
  2. more fix

    takahashim committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    930c272 View commit details
    Browse the repository at this point in the history
  3. regenerate kpeg

    takahashim committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    708b768 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. add TaggedSectionNode

    takahashim committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    daab0dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d5a38e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2014

  1. remove invalid line

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    685e066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ba59e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ff0760 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0f535b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1253e72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c365b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    919384e View commit details
    Browse the repository at this point in the history
  8. refactor Node class

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    519d2c1 View commit details
    Browse the repository at this point in the history
  9. Node#inspect as JSON

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    0e298c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1a84a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b6953e View commit details
    Browse the repository at this point in the history
  12. LATEXBuilder: fix and (too much?) simplify @<idx> and @<hidx>

    current implementation of LATEXBuilder#index is broken, because
    there's no @index_db in Re:VEIW.  It seems to be older variables,
    so remove unused code as quick-fix.
    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    bc65ac2 View commit details
    Browse the repository at this point in the history
  13. refactoring

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    d934865 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d4d2d1 View commit details
    Browse the repository at this point in the history
  15. update ReVIEW::Compiler

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    549118e View commit details
    Browse the repository at this point in the history
  16. fix conflict

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    bee5013 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7d9aeac View commit details
    Browse the repository at this point in the history
  18. fix markdownbuilder

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    d953565 View commit details
    Browse the repository at this point in the history
  19. MARKDOWNBuilder: add test

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    b94288d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    70f4d0e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    04e6f5b View commit details
    Browse the repository at this point in the history
  22. support MARKDOWNBuilder

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    ca603ab View commit details
    Browse the repository at this point in the history
  23. TOPBuilder: fix LF

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    4648be1 View commit details
    Browse the repository at this point in the history
  24. fix error

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    3dbe788 View commit details
    Browse the repository at this point in the history
  25. merge commit 7c33848

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    c37c261 View commit details
    Browse the repository at this point in the history
  26. add Node#to_json

    takahashim committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    118d51d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2014

  1. uncomment column test

    takahashim committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    5de538f View commit details
    Browse the repository at this point in the history
  2. support column

    takahashim committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    0eb0899 View commit details
    Browse the repository at this point in the history
  3. LATEXBuilder: fix LF

    takahashim committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    4bb92fb View commit details
    Browse the repository at this point in the history
  4. regenerate

    takahashim committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    23e16d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2014

  1. Configuration menu
    Copy the full SHA
    34f69fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7732d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2c6c9e View commit details
    Browse the repository at this point in the history
  4. Revert "fix # of args"

    This reverts commit 7319a1d.
    takahashim committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    74d24e7 View commit details
    Browse the repository at this point in the history
  5. remove escaped quotation

    takahashim committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    8b05240 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Configuration menu
    Copy the full SHA
    10b1d21 View commit details
    Browse the repository at this point in the history
  2. merge tests from master

    takahashim committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    630ba81 View commit details
    Browse the repository at this point in the history
  3. regenerate

    takahashim committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    2d058e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2014

  1. merge master

    takahashim committed Aug 24, 2014
    Configuration menu
    Copy the full SHA
    75ff551 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. Configuration menu
    Copy the full SHA
    420a331 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Configuration menu
    Copy the full SHA
    508fe08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0407c1 View commit details
    Browse the repository at this point in the history
  3. add NEWLINE

    takahashim committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    a227a0f View commit details
    Browse the repository at this point in the history
  4. remove unused newline

    takahashim committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    d0875cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae203c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e77d370 View commit details
    Browse the repository at this point in the history
  7. remove extra newline

    takahashim committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    b49db58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49b30af View commit details
    Browse the repository at this point in the history
  9. regenarate

    takahashim committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    ef8c1b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1cbbb51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e89049f View commit details
    Browse the repository at this point in the history
  12. remove local var ast

    takahashim committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    5c968d8 View commit details
    Browse the repository at this point in the history
  13. add Node#parse_args

    takahashim committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    f954c0e View commit details
    Browse the repository at this point in the history
  14. use JSON gem for 1.8

    takahashim committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    5350f28 View commit details
    Browse the repository at this point in the history
  15. support Ruby 1.8 :(

    takahashim committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    aa108c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2014

  1. fix order of libs

    takahashim committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    863d73d View commit details
    Browse the repository at this point in the history
  2. supress $stderr in test

    takahashim committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    1deba6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    325d549 View commit details
    Browse the repository at this point in the history
  4. regenerate

    takahashim committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    1bbb236 View commit details
    Browse the repository at this point in the history
  5. remove comment

    takahashim committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    2b96f84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fbe005 View commit details
    Browse the repository at this point in the history
  7. Revert "support Ruby 1.8 :("

    This reverts commit aa108c4.
    takahashim committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    76bcfef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcc8314 View commit details
    Browse the repository at this point in the history
  9. remove unused methods

    takahashim committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    9806558 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f11ed53 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2014

  1. Configuration menu
    Copy the full SHA
    8cd0cae View commit details
    Browse the repository at this point in the history
  2. add arguments for defsyntax; array to specify whether arguments need …

    …compiling (:doc) or not (:raw)
    takahashim committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    d15bd28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6019af4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. Configuration menu
    Copy the full SHA
    5c784ac View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2014

  1. merge master

    takahashim committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    e2e020b View commit details
    Browse the repository at this point in the history
  2. remove require

    takahashim committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    160977a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. Merge branch 'master' into kpeg

    Conflicts:
    	lib/review/builder.rb
    	test/test_pdfmaker.rb
    takahashim committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    d00f0d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. merge master

    takahashim committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    e4b8136 View commit details
    Browse the repository at this point in the history
  2. add kpeg

    takahashim committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    03b0198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5fa04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71c6aa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85b4db8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2015

  1. Configuration menu
    Copy the full SHA
    e96c7cc View commit details
    Browse the repository at this point in the history
  2. add nesting test

    takahashim committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    738be85 View commit details
    Browse the repository at this point in the history
  3. fix inline rules

    takahashim committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    9871f5d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Configuration menu
    Copy the full SHA
    12d8a06 View commit details
    Browse the repository at this point in the history
  2. kpeg: simplify more

    takahashim committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    87cfaf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    814b631 View commit details
    Browse the repository at this point in the history
  4. remove commentout

    takahashim committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    16345ab View commit details
    Browse the repository at this point in the history
  5. fix bug

    takahashim committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    da43dcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc47ba0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d0a8bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bf16c1 View commit details
    Browse the repository at this point in the history
  9. kpeg: fix rule order

    takahashim committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    ae0f88d View commit details
    Browse the repository at this point in the history
  10. remove comment

    takahashim committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    265ce5f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2015

  1. Configuration menu
    Copy the full SHA
    1439bc1 View commit details
    Browse the repository at this point in the history
  2. add NewLineNode

    takahashim committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    f1f4da1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c977d01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2958004 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7445366 View commit details
    Browse the repository at this point in the history
  6. fix other builders

    takahashim committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    3ff11b9 View commit details
    Browse the repository at this point in the history
  7. merge master

    takahashim committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    88d5cf8 View commit details
    Browse the repository at this point in the history
  8. revert node_* methods

    takahashim committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    d11d5d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. rename some symbols

    symbols FooLine should have Newline at end.
    takahashim committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    d8db6c5 View commit details
    Browse the repository at this point in the history
  2. fix some comments

    takahashim committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    c70b1de View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2015

  1. Configuration menu
    Copy the full SHA
    c1daf78 View commit details
    Browse the repository at this point in the history
  2. add comment

    takahashim committed Feb 14, 2015
    Configuration menu
    Copy the full SHA
    3831f04 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2015

  1. Configuration menu
    Copy the full SHA
    4ad4e03 View commit details
    Browse the repository at this point in the history
  2. remove split_paragraph

    takahashim committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    ad658e4 View commit details
    Browse the repository at this point in the history
  3. remove comments

    takahashim committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    d028d0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    719c0b6 View commit details
    Browse the repository at this point in the history
  5. fix handling newline

    takahashim committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    5f381c0 View commit details
    Browse the repository at this point in the history
  6. add QuotedInlineText

    takahashim committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    5e3684c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. merge master

    takahashim committed May 3, 2015
    Configuration menu
    Copy the full SHA
    d379d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec92a74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef76af View commit details
    Browse the repository at this point in the history
  4. fix build error

    takahashim committed May 3, 2015
    Configuration menu
    Copy the full SHA
    8b16178 View commit details
    Browse the repository at this point in the history
  5. escape caption in @<hd>

    takahashim committed May 3, 2015
    Configuration menu
    Copy the full SHA
    a32a984 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    928ba63 View commit details
    Browse the repository at this point in the history
  7. JSON format of AST should be similar as that of review.js

    * fix names of attributes
    * add position of Node (line, column, pos)
    takahashim committed May 3, 2015
    Configuration menu
    Copy the full SHA
    d6f82da View commit details
    Browse the repository at this point in the history
  8. avoid warning

    takahashim committed May 3, 2015
    Configuration menu
    Copy the full SHA
    4ac0348 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2015

  1. Configuration menu
    Copy the full SHA
    392e1ee View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. Configuration menu
    Copy the full SHA
    3203af2 View commit details
    Browse the repository at this point in the history
  2. 2.0.0.beta1

    takahashim committed May 31, 2015
    Configuration menu
    Copy the full SHA
    ae30fce View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. merged

    takahashim committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    3d8a911 View commit details
    Browse the repository at this point in the history
  2. remove compile_inline()

    takahashim committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    a868e43 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2015

  1. merge master

    takahashim committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    194009c View commit details
    Browse the repository at this point in the history
  2. remove compile_inline

    takahashim committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    40ebb2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e64b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8844f2 View commit details
    Browse the repository at this point in the history
  5. fix rubocop warnings

    takahashim committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    033b570 View commit details
    Browse the repository at this point in the history
  6. not support Ruby 1.8

    takahashim committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    a87451d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6353b7e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Configuration menu
    Copy the full SHA
    c037f5b View commit details
    Browse the repository at this point in the history
  2. update version

    takahashim committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    5dad64a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Configuration menu
    Copy the full SHA
    2d72c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54be64 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. add postfix "-peg"

    takahashim committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    51f895a View commit details
    Browse the repository at this point in the history
  2. remove rescue to debug easily

    some rescues hide detail of errors :(
    takahashim committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    af75378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ec89d View commit details
    Browse the repository at this point in the history
  4. fix escaping arguments

    takahashim committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    a5857a3 View commit details
    Browse the repository at this point in the history
  5. update compiler

    takahashim committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    c43eb12 View commit details
    Browse the repository at this point in the history
  6. using part is not error

    takahashim committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    9efc04c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2015

  1. Revert "inline args should not be escaped"

    This reverts commit 55ec89d.
    takahashim committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    a4ea065 View commit details
    Browse the repository at this point in the history
  2. add postfix "-peg"

    takahashim committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    f366b63 View commit details
    Browse the repository at this point in the history
  3. fix lost argument

    takahashim committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    68d791a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34a156c View commit details
    Browse the repository at this point in the history
  5. IDGXMLBuilder: remote escape_html

    escaping should be done in Compiler, not in Builder.
    takahashim committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    58a2a93 View commit details
    Browse the repository at this point in the history
  6. regenerate Compiler

    takahashim committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    3006358 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bf93f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. Configuration menu
    Copy the full SHA
    2a55128 View commit details
    Browse the repository at this point in the history
  2. bump up

    takahashim committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    5168412 View commit details
    Browse the repository at this point in the history
  3. fix gem description

    takahashim committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    fbb98da View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Configuration menu
    Copy the full SHA
    3d4a22e View commit details
    Browse the repository at this point in the history
  2. LATEXBuilder: //table should use AST

    fix `@<br>{}` in table
    takahashim committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    6b3156a View commit details
    Browse the repository at this point in the history
  3. bump up

    takahashim committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    34082a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    78ed9a5 View commit details
    Browse the repository at this point in the history
  2. bump up

    takahashim committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    b0549fd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Configuration menu
    Copy the full SHA
    267ffb7 View commit details
    Browse the repository at this point in the history
  2. perfomance tuning

    * fix kpeg
    * include literal_1_9
    takahashim committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    b68f1d8 View commit details
    Browse the repository at this point in the history
  3. fix other inlines

    * use node_* methods
    * id should not be escaped
    takahashim committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    97fbd5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2fa9ee View commit details
    Browse the repository at this point in the history
  5. bump up

    takahashim committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    c6e4c1a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    8855251 View commit details
    Browse the repository at this point in the history
  2. do not use super in node_*

    cf. #463
    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    d32fafd View commit details
    Browse the repository at this point in the history
  3. fix indent

    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    2b39bc5 View commit details
    Browse the repository at this point in the history
  4. support Ruby 1.9

    add workaround when missing Array#bsearch
    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    f612bf0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #466 from kmuto/inline_title

    do not use super in node_*
    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    93e3c1f View commit details
    Browse the repository at this point in the history
  6. add "\n" before caption

    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    2ff543a View commit details
    Browse the repository at this point in the history
  7. fix test

    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    a796166 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #467 from kmuto/add-br-before-caption

    add "\n" before caption
    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    3c1e100 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eee67f5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #468 from kmuto/listcaption

    fix caption of //list, //listnum
    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    7d05bf4 View commit details
    Browse the repository at this point in the history
  11. bump up

    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    08d5cf2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b254d15 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #469 from kmuto/nonescape-footnote

    do not escape content of footnote
    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    c1ae972 View commit details
    Browse the repository at this point in the history
  14. merge master

    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    cd14546 View commit details
    Browse the repository at this point in the history
  15. bump up

    takahashim committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    aff7574 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. merged

    takahashim committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    88103d4 View commit details
    Browse the repository at this point in the history
  2. fix rubocop

    takahashim committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    bb47f4f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. merge master

    takahashim committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    d9841c8 View commit details
    Browse the repository at this point in the history
  2. fix test

    takahashim committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    0cd6254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b56d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. Configuration menu
    Copy the full SHA
    9ff4f6f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Configuration menu
    Copy the full SHA
    03509ae View commit details
    Browse the repository at this point in the history
  2. fix tests

    takahashim committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    a428dd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    3b507b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. merge master

    takahashim committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    baf8041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab5d7b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    a514b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe89eb View commit details
    Browse the repository at this point in the history
  3. suppress rubocop

    takahashim committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    0822bdd View commit details
    Browse the repository at this point in the history