Ruschm icon indicating copy to clipboard operation
Ruschm copied to clipboard

Roadmap

Open Danielmelody opened this issue 5 years ago • 0 comments

  • Core
    • -[x] Lexer
    • -[x] Parser
      • -[x] Primitive expressions
      • -[x] Definitions
      • -[x] Libraries
      • -[x] Macros
      • -[x] Derived expressions
    • -[ ] Interpreter
      • -[ ] Standard procedure
        • -[x] Equilvalence pred
        • -[x] Numbers
        • -[x] Booleans
        • -[x] Pairs and lists
        • -[x] Strings
        • -[x] Vectors
        • -[ ] ByteVectors
        • -[x] Control Features
        • -[ ] Exception
        • -[ ] Environment and evaluation
        • -[ ] Input and output
        • -[ ] System interface
      • -[x] Datum values
      • -[ ] Continuation
      • -[x] Library
    • -[ ] Compiler (To LLVM IR?)
  • User Interface
    • -[x] REPL
  • Devops
    • -[x] CI
    • -[x] Unit tests with coverage

Danielmelody avatar Jan 13 '20 03:01 Danielmelody