You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Formality-Lang is a set of syntax sugars that transpile to [Formality-Core](https://github.com/moonad/formality-core). It extends that minimal core with user-friendly notations such as string literals and datatype declarations.",
"main": "FormalityLang.js",
"bin": {
"fm": "bin/fm.js",
"fmrun": "bin/fmrun.js",
"fmjs": "bin/fmjs.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"