REFAL Transpiler to JavaScript is a tool that converts REFAL, a functional programming language with pattern matching, into JavaScript. Version 1.0.0 provides a command-line interface and programmatic API. Unlike general transpilers, it is specialized for REFAL and aims to make REFAL accessible in JavaScript environments. The project is minimal and early stage, with no regular release cadence.
npm install refalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpiles a simple REFAL program that prints Hello World to JavaScript and logs the result.
Install from source or copy the src directory.
Use require() instead of import.
Run from project root or adjust path.
Use a local path require instead.
Use const { transpile } = require('./src/index.js');No dependency data recorded yet.