functionalscript 0.0.446 → 0.0.447

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/fsm/README.md +11 -1
  2. package/package.json +1 -1
package/fsm/README.md CHANGED
@@ -1,4 +1,14 @@
1
1
  # FSM
2
2
 
3
3
  This module is about a [finite-state machine](https://en.wikipedia.org/wiki/Finite-state_machine). It's not about
4
- [Flying Spaghetti Monster](https://en.wikipedia.org/wiki/Flying_Spaghetti_Monster).
4
+ [Flying Spaghetti Monster](https://en.wikipedia.org/wiki/Flying_Spaghetti_Monster).
5
+
6
+ ## FA Expression
7
+
8
+ - `symbol`
9
+ - `next state`
10
+
11
+ ## FA Rule
12
+
13
+ - `from`
14
+ - `FA Rule`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.446",
3
+ "version": "0.0.447",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {