Skip to content

WhoAteDaCake/python-cmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Very very much expiremental project of converting python code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages