ringabout / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

Home Page:https://nim-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo

ringabout opened this issue · comments

  • fixes oids
  • fixes findstr
  • mimalloc
  • threads system
  • nimslimsystem
  • templates with type inference nim-lang@0014b9c nim-lang#20505
  • regression nim-lang#20450
  • objectconstr regarding default fields
  • replace ast pattern matching links
  • take over google font loading
  • nim-lang#20139
  • refactor lexer strongSpaceA, strongSpaceB
  • fixes cast[cstring](ptr char) in vm
  • documentation of default fields
  • fixes the remaining first node of object construction and add an assertion. We can handle it in the semTypeNode of the first node. The passed node should be a symbol node. We assemble a type node based on its type.
  • remove symbolfiles