18 check-ins related to "cli"
2021-04-07
| ||
13:39 | Add cli program to compile projects, run functions and initiate new projects. check-in: 9318fc4c3b user: robin.hansen tags: trunk | |
13:38 | CLI now injects path to stdlib as a package path. Closed-Leaf check-in: 40164ce609 user: robin.hansen tags: cli | |
13:01 | Detect errors in CLI.elm, and forward those errors to the terminal. check-in: 3b0a88175e user: robin.hansen tags: cli | |
12:58 | Add standard library as a dependency when creating a project with the 'init' command. check-in: 34e9e1a068 user: robin.hansen tags: cli | |
08:01 | Add cli command for initializing project. check-in: 770b0da167 user: robin.hansen tags: cli | |
07:42 | Find path to stdlib and pass that on to PackageLoader.elm. check-in: b5bd5c4ee0 user: robin.hansen tags: cli | |
07:30 | Check for existance of 'play.json' before initializing Elm-based compiler. check-in: 81e0c6f0c7 user: robin.hansen tags: cli | |
2021-04-06
| ||
08:17 | Function marked as entry point is now actually exported from wasm module. Command works! check-in: 271a8a283a user: robin.hansen tags: cli | |
08:02 | Added cli command for executing a function. Missing elm-side implementation. check-in: 0075328824 user: robin.hansen tags: cli | |
2021-04-03
| ||
07:56 | Remove debug statement. check-in: 874da70254 user: robin.hansen tags: cli | |
07:29 | Fixed bug when parsing words which could result in two words being interpreted as one. check-in: ec17f65074 user: robin.hansen tags: cli | |
2021-04-02
| ||
12:37 | cli.js <-> CLI.elm interop completed, but there seems to be a bug in the parser that needs to be fix... check-in: 695ec5f34b user: robin.hansen tags: cli | |
2021-03-31
| ||
14:45 | Initial work on cli.js <-> CLI.elm interop. Works fine, just need to implement missing messages. check-in: 4712590b0f user: robin.hansen tags: cli | |
2021-03-30
| ||
10:04 | Load and initialize Elm code in bin/cli.js check-in: cab10c643e user: robin.hansen tags: cli | |
09:29 | Added new Elm module containing CLI related functionality. This will be compiled toa bin/compiler.js... check-in: 5ff3a4c6ce user: robin.hansen tags: cli | |
09:15 | Added initial workings of a cli program. check-in: 66257248df user: robin.hansen tags: cli | |
08:57 | Create new branch named "cli" (mistake) Closed-Leaf check-in: 7a0deace46 user: robin.hansen tags: cli | |
08:57 | Merge basic module and package support. check-in: 97ad30bba8 user: robin.hansen tags: trunk | |