https://github.com/kripken/emscripten
Raw File
Tip revision: 5c03805d684cb541ba5a40138457bb598642de20 authored by Alon Zakai on 14 March 2014, 22:09:59 UTC
add a Nested branch type in relooper, to represent a path we must make sure is nested so that parallel paths do not get intertwined. this allows us to emit a more canonical form of nested ifs as a result of short-circuit operators; 1.13.2
Tip revision: 5c03805
emar.bat
@echo off
python "%~dp0\emar" %*
back to top