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-2055-gf3656fe
Date: Mon, 3 Sep 2018 21:04:02 +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  f3656fed7a281ad18354d45b327160fdfd2070af (commit)
       via  e0691e358546b321f90a51c0848703636eb6288c (commit)
       via  a5cbfd9c20254a494f0d22d55af7076dffa54373 (commit)
       via  a265082f1c1eeae3e491bbedd5f01f824e6136a2 (commit)
       via  32c621afca43b8d0c10618a760c3fe76678d2c51 (commit)
       via  fc0ea9bfe0afb2a744aa9c4bfcce836408cb2e0b (commit)
      from  cc1e1a2d88d9038f573942ed85096d1ddf6c9095 (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 f3656fed7a281ad18354d45b327160fdfd2070af
Author: Marek Marecki <address@hidden>
Date:   Mon Sep 3 21:03:53 2018 +0200

    Parse all instructions

commit e0691e358546b321f90a51c0848703636eb6288c
Author: Marek Marecki <address@hidden>
Date:   Mon Sep 3 21:03:31 2018 +0200

    Implement ctors for operand types

commit a5cbfd9c20254a494f0d22d55af7076dffa54373
Author: Marek Marecki <address@hidden>
Date:   Mon Sep 3 21:02:23 2018 +0200

    Fix: `join` and `receive` do not take the same input

commit a265082f1c1eeae3e491bbedd5f01f824e6136a2
Author: Marek Marecki <address@hidden>
Date:   Mon Sep 3 21:02:06 2018 +0200

    Improve error message

commit 32c621afca43b8d0c10618a760c3fe76678d2c51
Author: Marek Marecki <address@hidden>
Date:   Mon Sep 3 20:59:21 2018 +0200

    Add more operand types

commit fc0ea9bfe0afb2a744aa9c4bfcce836408cb2e0b
Author: Marek Marecki <address@hidden>
Date:   Mon Sep 3 20:58:51 2018 +0200

    Add util function for checking if a token represents `void`

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

Summary of changes:
 include/viua/tooling/libs/lexer/classifier.h |   1 +
 include/viua/tooling/libs/parser/parser.h    |  92 ++++
 src/tooling/libs/lexer/classifier.cpp        |   3 +
 src/tooling/libs/lexer/normaliser.cpp        |  54 ++-
 src/tooling/libs/parser/parse.cpp            | 671 ++++++++++++++++++++++++++-
 5 files changed, 798 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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