issues
search
Zilliqa
/
scilla-rtl
Execute Scilla code compiled by the Scilla -> LLVM compiler.
GNU General Public License v3.0
8
stars
3
forks
source link
Use boost::spirit and parse Scilla types.
#5
Closed
vaivaswatha
closed
4 years ago
vaivaswatha
commented
4 years ago
Also
Add
ASSERT
macro.
Fix warnings when built using clang.
Rename
Typ::pt
to
Typ::m_pt
.
Define compare operator for
Typ
s.
Modify
ScillaTypes::Bytes
to have a pointer to
const
buffer.
Tests for the type parser.
Also
ASSERT
macro.Typ::pt
toTyp::m_pt
.Typ
s.ScillaTypes::Bytes
to have a pointer toconst
buffer.