Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1000 Bytes

File metadata and controls

36 lines (35 loc) · 1000 Bytes

Roadmap

  • language design
  • text -> ast -> ir
    • typescript - for web
      • text -> ast
      • ast -> ir
      • ir -> text
    • kotlin - for android, server
    • swift - for ios
    • python (with pyright type) - for server, machine learning
    • rust - for server
    • go - for server
    • c# - for game
    • dart - for flutter
  • codegen
    • bdl-ts naive typescript model
    • bdl-ts typescript (wip)
    • bdl-ts openapi3 (wip)
  • documentation
    • formal syntax
    • lauguage basics
    • serialization semantics
  • toolchain
  • add to github linguist