pantograph
No description available.
File Explorer
Download Latest Version (.zip)- static.yml
- Drv1.agda
- Drv1.agdai
- Drv1.agda~
- Drv2.agda
- Drv2.agdai
- Drv2.agda~
- map-1.png
- map-2.png
- map-3.png
- map-4.png
- map-5.png
- pantograph-example-1.gif
- index.html
- pantograph.css
- jquery-3.7.1.min.js
- jquery-3.7.1.min.js
- index.html
- pantograph.css
- sidebar.css
- sidebar.js
- index.html
- pantograph.css
- jquery-3.7.1.min.js
- jquery-3.7.1.min.js
- index.html
- pantograph.css
- pantograph.js
- sidebar.css
- sidebar.js
- index.html
- pantograph.css
- pantograph.js
- DerivationUnification.md
- Design.txt
- DesignPhilosphy.txt
- GGG.md
- IdealDesign.txt
- TODO.md
- Expression.purs
- TypeCheck.purs
- Unification.purs
- Expression.purs
- Grammar.purs
- State.purs
- packages.dhall
- spago.dhall
- spago.production.dhall
- Assertion.purs
- Rev.purs
- Zip.purs
- Example1.purs
- Expr.purs
- MultiMap.purs
- Rexp.purs
- TotalMap.purs
- Zippable.purs
- Utilities.js
- Utilities.purs
- Base.purs
- Buffer.purs
- Console.purs
- Editor.purs
- Elements.purs
- Preview.purs
- Rendering.purs
- RunnableEditor.purs
- ChangeAlgebra.purs
- Edit.purs
- Grammar.purs
- Smallstep.purs
- Unification.purs
- ZipperMovement.purs
- DefaultEdits.purs
- GreyedRules.purs
- Currying.purs
- CurryingInterpereter.purs
- CustomLanguage.purs
- CustomLanguageInterpreter.purs
- FullyApplied.purs
- Multary.purs
- Square.purs
- Programs.purs
- Pretty.purs
- Common.purs
- ProblemLessons.purs
- TutorialLessons.purs
- CurriedTutorial.purs
- EditorTutorial2.purs
- Markdown.purs
- Direction.purs
- Bug.purs
- CustomLanguageStandalone.purs
- Hole.js
- Hole.purs
- Log.js
- Log.purs
- Main.purs
- MainStandalone.purs
- MainTutorial.purs
- Util.purs
- Utility.purs
- Main.purs
- .gitignore
- bun.lock
- custom-language-standalone.js
- index.js
- LICENSE
- MainTutorial.purs
- NOTE.md
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- spago.lock
- spago.yaml
- standalone.js
- tutorial.js
# Installation Guide
1. Get the code
git clone https://github.com/jeprinz/pantograph
Downloads the entire project code from GitHub to your computer.
cd pantograph
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm build
Type this command into your terminal and run it.
pnpm run server-tutorial
Type this command into your terminal and run it.
pnpm run serve-standalone
Type this command into your terminal and run it.
pnpm run serve-custom-language-standalone
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
