xic VS AECforWebAssembly

Compare xic vs AECforWebAssembly and see what are their differences.

xic

A compiler for the Xi programming language (by ralphrecto)

AECforWebAssembly

A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++. (by FlatAssembler)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
xic AECforWebAssembly
2 51
7 31
- -
10.0 8.0
almost 8 years ago 3 days ago
OCaml C++
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

xic

Posts with mentions or reviews of xic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-22.
  • How many lines of code does a compiler contain?
    4 projects | /r/ProgrammingLanguages | 22 Apr 2023
    I cloc'd two compilers for xic, compilers written by cornell students for a compilers class which compile a toy C-like language down to assembly, possibly with some extensions. One compiler was about 11k sloc, the other about 32k. Both compilers are written mainly in OCaml, which is a terse language that is pretty optimal for compiler development, but have some java code in them as well. I think these are good examples of mostly minimal compilers which compile a C-like down to asm, though they are very rudimentary compared to more serious projects. I want to emphasize that this is not very meaningful without more details about what you are looking to know.
  • What is an example of a good, modern OCaml codebase that I can learn from?
    4 projects | /r/ocaml | 2 Feb 2022
    Here's a compiler for a C-like language written in OCaml (note: I am not one of the authors though I did take the class). Despite it being a college project I think it shows very clean design and particularly good use of preprocessors. All of the details for the language and stuff is linked at the bottom. It's a relatively small codebase of course but I think this is good educationally.

AECforWebAssembly

Posts with mentions or reviews of AECforWebAssembly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-18.

What are some alternatives?

When comparing xic and AECforWebAssembly you can also consider the following projects:

xic - CS 4120: A compiler for the Xi language in OCaml

Lark - Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

wasm-fizzbuzz - WebAssembly from Scratch: From FizzBuzz to DooM.

mal - mal - Make a Lisp

libCat - 🐈‍⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!

gdal-js - This is an Emscripten port of GDAL, an open source X/MIT licensed translator library for raster and vector geospatial data formats.

Drogon-torch-serve - Serve pytorch / torch models using Drogon

expected - C++11/14/17 std::expected with functional-style extensions

asyncio - asyncio is a c++20 library to write concurrent code using the async/await syntax.

EmGlue - 🕸️ Glue C++ to your browser! Universal bindings for JavaScript/Wasm using Glue and Embind.

Notes-To-WAV-converter - A program that converts musical notes stored in a text file into WAV files. I know this is not a good Git repository.

lljvm - Low Level Java Virtual Machine