jiro4989 / xlsxlang

A tiny toy script programming language with Excel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tiny toy script programming language with Excel.

License:MIT License


Languages

Language:Go 99.2%Language:Makefile 0.8%