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-2037-gdeb5ae9
Date: Fri, 31 Aug 2018 22:56:26 +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  deb5ae9b7b49245dde855288956b5ac0b2645328 (commit)
       via  37ee2fb7661273654c724e39b4b085ec43a45b14 (commit)
       via  b481f6fdd02b6b663540cddad98fce67ad8c2b3a (commit)
      from  1cb2e0416d2330842a033b50e795742f861c0d39 (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 deb5ae9b7b49245dde855288956b5ac0b2645328
Author: Marek Marecki <address@hidden>
Date:   Fri Aug 31 22:56:16 2018 +0200

    Add missing .gitkeep

commit 37ee2fb7661273654c724e39b4b085ec43a45b14
Author: Marek Marecki <address@hidden>
Date:   Fri Aug 31 22:53:29 2018 +0200

    Start parsing the token stream
    
    Reduce token sequences to fragments of code more easily fed to a static
    analyser or code generator.

commit b481f6fdd02b6b663540cddad98fce67ad8c2b3a
Author: Marek Marecki <address@hidden>
Date:   Fri Aug 31 22:53:00 2018 +0200

    Add basic parser (stub, to be expanded)

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

Summary of changes:
 Makefile                                    |   1 +
 build/{ => tooling/exec/assembler}/.gitkeep |   0
 include/viua/tooling/libs/parser/parser.h   |  71 ++++++++++++++++
 src/tooling/exec/assembler/main.cpp         |  10 +++
 src/tooling/libs/parser/parse.cpp           | 126 ++++++++++++++++++++++++++++
 5 files changed, 208 insertions(+)
 copy build/{ => tooling/exec/assembler}/.gitkeep (100%)
 create mode 100644 include/viua/tooling/libs/parser/parser.h
 create mode 100644 src/tooling/libs/parser/parse.cpp


hooks/post-receive
-- 
Viua VM



reply via email to

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