general-parser 0.0.6

Configurable parser for S-expressions with configurable extensions for mathematical notation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
	"name": "general-parser",
	"version": "0.0.6",
	"main": "build.js",
	"type": "module",
	"scripts": {
		"test": "spectra check ../specification.md \"bun run parse.ts --interactive --rpc\"",
		"prepack": "bun build ./index.ts --outfile build.js --minify",
		"build": "bun build ./index.ts --outfile build.js --minify"
	},
	"files": []
}