guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, wip-lalr, created. release_1-9-9-10-g9


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, wip-lalr, created. release_1-9-9-10-g90ae568
Date: Sat, 20 Mar 2010 16:20:49 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=90ae5683198d79173a3aaaf405b518908b7e931f

The branch, wip-lalr has been created
        at  90ae5683198d79173a3aaaf405b518908b7e931f (commit)

- Log -----------------------------------------------------------------
commit 90ae5683198d79173a3aaaf405b518908b7e931f
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 20 00:08:36 2010 +0100

    Adapt ECMAScript parser and lexer to `(system base lalr)'.
    
    (To be continued...)
    
    * module/language/ecmascript/tokenize.scm: Use `make-lexical-token' and
      related procedures instead of pairs as tokens passed to the parser.
      Pass source location information in the form of `source-location'
      objects.
    
    * module/language/ecmascript/parse.scm: ...

commit e9c6f48e9f141b510a6d195b7c733e545d4bdda3
Author: Ludovic Courtès <address@hidden>
Date:   Fri Mar 19 15:44:28 2010 +0100

    Add Boucher's `lalr-scm' as the `(system base lalr)' module.
    
    * module/Makefile.am (SYSTEM_BASE_SOURCES): Add `system/base/lalr.scm'.
      (NOCOMP_SOURCES): Add `system/base/lalr.upstream.scm'.
    
    * module/system/base/lalr.scm, module/system/base/lalr.upstream.scm: New
      files.
    
    * test-suite/Makefile.am (LALR_TESTS, LALR_EXTRA, TESTS,
      TESTS_ENVIRONMENT): New variables.
      (EXTRA_DIST): Add $(LALR_EXTRA).
    
    * test-suite/lalr/common-test.scm,
      test-suite/lalr/glr-test.scm,
      test-suite/lalr/test-glr-associativity.scm,
      test-suite/lalr/test-glr-basics-01.scm,
      test-suite/lalr/test-glr-basics-02.scm,
      test-suite/lalr/test-glr-basics-03.scm,
      test-suite/lalr/test-glr-basics-04.scm,
      test-suite/lalr/test-glr-basics-05.scm,
      test-suite/lalr/test-glr-script-expression.scm,
      test-suite/lalr/test-glr-single-expressions.scm,
      test-suite/lalr/test-lr-associativity-01.scm,
      test-suite/lalr/test-lr-associativity-02.scm,
      test-suite/lalr/test-lr-associativity-03.scm,
      test-suite/lalr/test-lr-associativity-04.scm,
      test-suite/lalr/test-lr-basics-01.scm,
      test-suite/lalr/test-lr-basics-02.scm,
      test-suite/lalr/test-lr-basics-03.scm,
      test-suite/lalr/test-lr-basics-04.scm,
      test-suite/lalr/test-lr-basics-05.scm,
      test-suite/lalr/test-lr-error-recovery-01.scm,
      test-suite/lalr/test-lr-error-recovery-02.scm,
      test-suite/lalr/test-lr-no-clause.scm,
      test-suite/lalr/test-lr-script-expression.scm,
      test-suite/lalr/test-lr-single-expressions.scm: New files.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]