All Projects → Wodan58 → Moy

Wodan58 / Moy

Licence: other
A version of Joy1 built with Lex and Yacc

Programming Languages

c
50402 projects - #5 most used programming language
CMake
9771 projects
NewLisp
63 projects
Lex
420 projects
Yacc
648 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to Moy

the-joy-of-css
How to touch a users eyes without hurting them or freaking out.
Stars: ✭ 17 (+6.25%)
Mutual labels:  joy

Moy

Build Linux Windows Coverity Coverage Codecov Quality Alerts
status Travis CI build status AppVeyor CI build status Coverity Scan Build Status Coverage Status Codecov Language grade: C/C++ Alerts

This project implements joy1 with Lex and Yacc; use of the BDW garbage collector is optional.

Build instructions

cmake .
cmake --build .

Changes

Some builtins have been added: casting, filetime, index, round, and typeof. Directives borrowed from 42minjoy are: %INCLUDE, %PUT, and %LISTING. The build system requires new builtins in only one location: as a .c file in the src-directory.

Additions

In addition to normal interpreter mode, this program offers two compile options: -c and -l. Start the program with -h to see what they mean.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].