2018-01-23 18:28:24 -08:00
2018-01-23 11:14:17 -08:00
2018-01-18 16:07:04 -08:00
2018-01-22 20:41:58 -08:00
2018-01-23 10:33:34 -08:00
2018-01-18 16:07:04 -08:00
2018-01-22 20:41:58 -08:00

Haskell WebAssembly Toolkit

Goals

  • Provide tool WebAssembly code generation for Haskell
  • Create infrastructure for Cmm to WebAssembly code generator
  • Have Fun :)

Status

  • Lexer: supports nested block comments and all lexemes from Spec
  • Parser: parses all examples from WebAssembly Core TestsSuit(including folded instructions parsing)

ToDo

  • Improve error messages for text representation parsing
  • Renaming Phase: substitute identifiers with correct indexes, expand all implicit type declarations)
  • Verification Phase: execute verification procedure from Spec
  • Text Representation pretty-printer
  • Binary format parser/serializer
  • Execution Phase: implement simple interpreter for running WebAssembly Core TestsSuit assertions
S
Description
Haskell WebAssembly Toolkit
Readme MIT 997 KiB
Languages
Haskell 65.5%
Yacc 28.9%
Lex 5.5%
HTML 0.1%