Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
/ xlsxlang Public archive

A tiny toy script programming language with Excel.

License

Notifications You must be signed in to change notification settings

jiro4989/xlsxlang

Repository files navigation

xlsxlang

xlsxlang is a tiny toy script programming language. xlsxlang is heavily inspired by Lisp.

In a typical programming language, the input file would be a plain text file. However, xlsxlang use an Excel file (.xlsx) as input. If you are a fan of Excel charts, this programming language will be useful for you.

demo1

1. Usage

xlsxlang [options] [files...]

1.1. Examples

Basic usage:

xlsxlang testdata/01.xlsx

2. Installation

go install github.com/jiro4989/xlsxlang@main

or download executables from GitHub Releases.

3. Supported functions

  • if

  • +

  • -

  • *

  • /

  • %

  • **

  • println

  • ; comment …​

4. LICENSE

MIT