Feral VS ccom

Compare Feral vs ccom and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Feral ccom
1 1
140 4
0.0% -
5.0 0.0
8 days ago about 2 months ago
C++ C++
MIT License 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.

Feral

Posts with mentions or reviews of Feral. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-15.
  • What instructions are needed for a language vm
    3 projects | /r/Compilers | 15 Oct 2021
    I have been working on my own VM (and language) as well and I decided to have only a small set of instructions that I wanted. I finalized on ~25 instructions. You can check them out here - https://github.com/Feral-Lang/Feral/blob/master/include/VM/OpCodes.hpp

ccom

Posts with mentions or reviews of ccom. We have used some of these posts to build our list of alternatives and similar projects.
  • Compose Generator - Update 1.5.0
    1 project | dev.to | 16 Dec 2021
    Compose Generator internally uses the CCom compiler toolchain to evaluate conditional sections and conditional statements, based on JSON input. CCom offers a CLI, which Compose Generator called previously. This CLI executable enriches the user input and then calls the compiler executable with all required inputs. After the last update we executed several benchmarks for CCom, which have shown that this additional executable fork costs a lot of performance. As Compose Generator uses CCom very often (~20 times even if only one template was selected), CCom can be optimized quite a bit by calling the CCom compiler executable directly without going via the CLI.

What are some alternatives?

When comparing Feral and ccom you can also consider the following projects:

gta5view - Open Source Snapmatic and Savegame viewer/editor for GTA V

scapix - Scapix Language Bridge

yaal - Yet another abstraction layer - a general purpose C++ library.

rpp - Rashi Plus Plus - the new Hebrew scripting language

fundot - The Fundot programming language.

wisp - A lisp👽 written in C++

Ark - ArkScript is a small, fast, functional and scripting language for C++ projects

ExprTK - C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html

tails - A fast, minimal Forth-like interpreter core in C++ with no assembly

PEGTL - Parsing Expression Grammar Template Library

nsis - ***This is just a mirror of https://sf.net/projects/nsis -- please report issues there*** NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.

ctpg - Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.