Skip to content

Latest commit

 

History

History
47 lines (46 loc) · 1.26 KB

TODO.md

File metadata and controls

47 lines (46 loc) · 1.26 KB

Monorepo tasks

  • README
    • Highlight different parts of the project
    • Add links once we're on master
  • riscv
    • Create project.json
    • Highlight its requirements
      • Vivado
      • GHDL
      • RISCV-GCC
    • Make it less reliant on Linux-specific stuff
  • vscode-fysh
    • Create project.json
    • Create tasks for publishing and testing
  • website
    • Create project.json
    • Create tasks for publishing
    • Interpreter page
    • Make interpreter page pretty
  • docs-capstone
    • Create project.json
    • Create tasks for publishing
    • Fix links for documentation
  • fysh-sea
    • Move output to dist/fysh-sea
    • Highlight its requirements
      • Ninja
      • CMake
      • LLVM
      • C++ Compiler
      • Doctest
    • Make it less reliant on Linux-specific stuff
  • go-fysh
    • Change package name
    • Factor out parser
    • Still need tree-sitter-fysh?
  • fyshls
    • Change package name
    • Use go-fysh parser
  • tree-sitter-fysh
    • Get it up to spec
    • Add project.json
    • We actually need it for the playground
  • Fysh
    • Create separate definition for the Fysh language
    • Create compliance tests for both implementations (and tree-sitter-fysh)