viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2319-g41cf42


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2319-g41cf42a
Date: Mon, 31 Dec 2018 11:23:53 +0100 (CET)

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, devel has been updated
       via  41cf42a39407f5b606eb7b3ecf4e11ecca0b9a46 (commit)
       via  69c599909bb9323b9cb874a304ad127c5f2ce6d6 (commit)
      from  cecd43de3a682542b225d5d7c1d6fc7378e75561 (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 41cf42a39407f5b606eb7b3ecf4e11ecca0b9a46
Author: Marek Marecki <address@hidden>
Date:   Mon Dec 31 11:22:30 2018 +0100

    Dynamic imports are resolved recursively
    
    Current implementation is kinda bad, as dynamic imports of dynamic
    imports should be resolved at runtime, not at compiletime.

commit 69c599909bb9323b9cb874a304ad127c5f2ce6d6
Author: Marek Marecki <address@hidden>
Date:   Mon Dec 31 10:30:42 2018 +0100

    Improve parsing and error handling of import directives
    
    The normaliser will now insert default empty argument list (if needed)
    and parser will detect that a module name is missing.

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

Summary of changes:
 src/assembler/frontend/parser.cpp |   5 ++
 src/cg/lex.cpp                    |   2 +-
 src/front/asm/generate.cpp        | 184 +++++++++++++++++++++++++++++++-------
 3 files changed, 158 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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