Commit a2c1bb1
authored
halogen-kdmoncat: integrate kdmoncat codebase via git subtree (WIP) (#296)
* First commit
* Update README.md
* Fix one more bug
* Reduce number of warnings
* suppress halogen-svg warnings
* Supress shadowedName warnings (during bundling only)
* Clean up code
* changes for vscode
* Generate haskell arrow code
* smaller generated arrow code
* Cleaner generated haskell code
* fixes
* Visual Studio integration with Halogen component lifecycle. #4 (WIP)
* Add spiders
* Fix saving state in hash in Safari
* Replace explicit record type by App.Input alias. #4
* Put {pixels,context} into field in App.State. #14
* Qualify fromPixels as Bricks.fromPixels. #14
* Fix doc comment. #14
* Refactor generated code
* Replace another written-out App.Input record by its alias. #4
* Rename setPixels and setPixelsAndContext to setInput. #4
* Eliminate repetition of fields from Bricks.Input. #14
* Move View.Bricks model state into its own field 'input :: Input'. #14
* Copy to clipboard buttons
* Update src/View/CopyToClipboard.js
Co-Authored-By: Erik Post <erik@shinsetsu.nl>
* Update src/View/CopyToClipboard.purs
Co-Authored-By: Erik Post <erik@shinsetsu.nl>
* Create .editorconfig
* Factor Bricks.Input formation out of bricksView. #14
* Don't automatically install the component on module load. #4
* Clean up type inferencing
* Move i/o connection matching to view/bricks
* Detect more type errors in spiders
* Fix restorting state from location.hash
* Use parseHash function for restoring state
* tidy up
* Automatically trim trailing whitespace
* Don't put labels on wires, center labels above node
* Fix label bug
* Make wire bricks clickable
* More greek
* Fix disappearing wires
* make selected wires visible again
* Typed terms
* Show types on identities in Term view
* Show types with perms and spiders in term view
* Remove ann field from TC and TT and use Ann
* Make variable names in TypedTerm just strings
* Make use of typed term in output formats
* Add direction arrows
* Cup and Cap
* Switch from Int /\ Int to { x :: Int, y :: Int }
* use Parcel to run and bundle (#30)
* Use parcel
as recommended by spago
* Ignore dist
* Don't show stars on types when valid
* Add statebox logo and link
* Nicer JSON generation
* Use argonaut-codecs
* allow running the static html
* Fix encoding issue in bundled version
* Update README.md
* Update README.md
Co-Authored-By: Erik Post <erik@shinsetsu.nl>
* Update README.md
Co-Authored-By: Erik Post <erik@shinsetsu.nl>
* Update README.md
* Update README.md
* README.md tweaks.
* Update package-lock.json.
* Expose bricksView-related code to vscode. #14 (#26)
* Expose bricksView-related code to vscode. #14
* Expose termView-related code to vscode. #14
* Fix npm start and move static files to html dir
* Url encode parenthesis
* Generate cleaner haskell arrow code
* Reduce parenthesis in generated Haskell code
* Allow a name and multiple pixel letters per type
Fixes #33
* Use names i/o bids in generated JSON and Haskell
* Switch to purescript-vec
Fixes #32
* Use github token to access private vec package
* Use names in terms view
* Make sure the labels fit in their boxes
* Some syntax and comments changes. #34
* Explicitly type unsafe coercion from Element -> HTMLElement. #34
* Fix text positioning in Safari
* halogen-kdmoncat: Put kdmoncat modules under KDMonCat module. #257
Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com>
* studio: Render wiring diagrams in kdmoncat. #257
* Show diagrams in kdmoncat
* Update ExampleData.purs
Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com>
* halogen-kdmoncat: Fix compilation failure related to purescript-vec reference. #257
* 'Backport' Ord instance for Vec3 from purescript-vec repo.
* Depend on the purescript-vec in this monorepo.
* stbx-lang: Adapt diagram parser for use with the kdmoncat wiring viewer. #257
Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com>
* studio: Move conversion of DiagramInfo to Operators into stbx-lang. #257
Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com>
* studio: Fix whitespace. #257
* stbx-lang: Refactor fromOps for clarity. #257.
Co-authored-by: Sjoerd Visscher <sjoerd@w3future.com>
* studio: Refactor a 'let' to 'where'. #257
* prefix kdmoncat bricks css with kdmoncat
* Prefix bricks component with kdmoncat
* Refactor fromOps
* halogen-kdmoncat: Remove ABOUT.md. #257
* studio: Qualify fromOperators as DiagramV2.fromOperators. #257
* studio: Qualify as KDMonCat.Bricks instead of KDMonCatBricks. #257
* studio: use 'zero' for 'Box' instead of the explicit version. #2571 parent be16565 commit a2c1bb1
File tree
36 files changed
+10320
-10
lines changed- halogen-kdmoncat
- html
- src
- KDMonCat
- Output
- View/KDMonCat
- test
- stbx-lang
- src/Language/Statebox/Wiring/Generator
- studio
- dist
- src
- View/Studio
- vec/src/Data/Vec3
36 files changed
+10320
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Loading
0 commit comments