viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch issue/ce6f5d82/rewrite-assembler u


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/ce6f5d82/rewrite-assembler updated. v0.9.0-1872-g99e73da
Date: Wed, 25 Jul 2018 22:37:08 +0200 (CEST)

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 "Viua VM".

The branch, issue/ce6f5d82/rewrite-assembler has been updated
       via  99e73da64f8845c854269db3a10a9a7c3e76f964 (commit)
       via  02210bad0688edca1b17fd24558f1211943a2c8a (commit)
       via  03d24973d2f2d99cc28a18bde551a8cd46fed6ac (commit)
       via  d1fb6820944a11a7c499ff6c0cf4e6b69bcfb490 (commit)
       via  da032a352fe3c74874ba1a4d0e1bb0b515b028d8 (commit)
      from  d5095c0720785111387c085ef406919700c331a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 99e73da64f8845c854269db3a10a9a7c3e76f964
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 25 22:36:35 2018 +0200

    Reduce offset jumps
    
    Join leading "+" or "-" with the decimal number immediately following
    them.

commit 02210bad0688edca1b17fd24558f1211943a2c8a
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 25 22:36:05 2018 +0200

    Reduce floating point literals
    
    The only allowed forms are: "3.14" and "-3.14".

commit 03d24973d2f2d99cc28a18bde551a8cd46fed6ac
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 25 22:35:31 2018 +0200

    Reduce scoped names
    
    "foo", "::", "bar" becomes "foo::bar".

commit d1fb6820944a11a7c499ff6c0cf4e6b69bcfb490
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 25 22:34:40 2018 +0200

    Reduce easy token groups
    
    These are assembler directives.

commit da032a352fe3c74874ba1a4d0e1bb0b515b028d8
Author: Marek Marecki <address@hidden>
Date:   Wed Jul 25 22:33:21 2018 +0200

    Add utility to classify tokens

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

Summary of changes:
 Makefile                                           |   3 +-
 .../ops.h => tooling/libs/lexer/classifier.h}      |  17 +--
 .../tooling/libs/lexer/classifier.cpp              |  30 +++---
 src/tooling/libs/lexer/tokenise.cpp                | 120 +++++++++++++++++++++
 4 files changed, 148 insertions(+), 22 deletions(-)
 copy include/viua/{util/string/ops.h => tooling/libs/lexer/classifier.h} (74%)
 copy include/viua/tooling/errors/compile_time.h => 
src/tooling/libs/lexer/classifier.cpp (56%)


hooks/post-receive
-- 
Viua VM



reply via email to

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