2024-02-18 16:03:27 -08:00
2024-02-18 14:24:27 -08:00
2024-02-18 14:24:27 -08:00
2024-02-18 14:24:27 -08:00
2024-02-18 14:24:27 -08:00
2024-02-18 16:03:27 -08:00
2024-02-18 14:24:27 -08:00
2024-02-18 14:24:27 -08:00
2024-02-18 14:24:27 -08:00
2024-02-18 14:24:27 -08:00

lexx

Lexx is a conlang word generator, inspired by William S. Annis' lexifer and bbrk24's typescript implementation of it, lexifer-ts. Notable differences include recursive pattern definitions, and the addition of spelling: filters as separate from the phoneme filters available in lexifer.

Language Files

See test.lang for examples.

Running

Lexx is a CLI application that takes the following usage:

lexx [-c <count>] <language file>

Building

Lexx is developed in Typescript using Bun.

To install dependencies:

bun install

To run:

bun run lexx.ts

To build an executable:

bun build lexx.ts --compile --outfile=lexx
Description
A conlang word generator
Readme 40 KiB
Languages
TypeScript 100%