molten

An LLVM compiler for an ML-like language (written in Rust) (by transistorfet)

Molten Alternatives

Similar projects and alternatives to molten

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better molten alternative or higher similarity.

molten reviews and mentions

Posts with mentions or reviews of molten. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-03.
  • Best practices for AST design in Rust?
    1 project | /r/rust | 13 Mar 2023
    I second looking at the rust compiler. It splits various AST elements into a struct and enum, where the enum is a 'Kind' (eg. Expr for struct which contains an ExprKind enum). That allows things like line numbers and other common data to be easily fetched from the struct and variant-specific values can be stored in the enum, which can be pattern matched. I did a similar thing in a compiler I made a while ago here https://github.com/transistorfet/molten/blob/main/src/analysis/hir.rs
  • How good is LLVM in other languages other than C++? (In my case I'm interested in using Rust)
    6 projects | /r/ProgrammingLanguages | 3 Jun 2022
    I managed to write an ocaml-like language compiler in Rust using llvm-sys (which uses the LLVM C API) without too much trouble. It may not be the fastest but it's fairly feature cobplete. The code is at https://github.com/transistorfet/molten

Stats

Basic molten repo stats
2
52
1.8
about 2 years ago

transistorfet/molten is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of molten is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com