Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 877 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 877 Bytes

Short term goals

  • Open bindings to CPython
  • Parse Python using the bindings
  • Translate C code piece by piece till functions, which parse code. *

Long term goals

Tasks:

  • import _libc "core:c/libc"
  • import _os "core:os"
  • Swap wchar_t for _c.wchar_t
  • Replace FILE with _libc.FILE
  • Replace time_t with _libc.time_t
  • Replace va_list with _libc.va_list
  • Replace stat with _os.OS_Stat
  • MANUALLY replace tm with _libc.tm
  • Replace pthread_key_t with u32