/roc-std-cpp

C++ implementation of Roc standard library

Primary LanguageC++

Roc standard library in C++

C++ representations of Roc's standard library data structures. These classes are designed for developing Roc platforms using C++. Create data structures that can be passed directly to a Roc app, and type-cast return values from Roc functions to these C++ types.

https://www.roc-lang.org/

https://github.com/roc-lang/roc

Current progress

  • Str
  • List
  • Num
  • Dict
  • Set
  • Box
  • Result