8000 GitHub - pack-of-wolves-co/tabs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pack-of-wolves-co/tabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tabs-lang

tollaly assmebly base system

printsOut('cool')

Todo ( in no particular order )

Some of these are in progress and not marked as checked

  • Implement variable assignments
  • Implement function definitions
  • Implement function calls
  • Implement conditions
  • Implement addition (arithmetic)
  • Implement multiplication (arithmetic)
  • Implement subtraction (arithmetic)
  • Implement division (arithmetic)
  • Implement while-loops
  • Implement for-loops
  • Implement floats
  • Implement integers
  • Implement main method
  • Implement objects
  • Implement arrays
  • Implement enums
  • Implement comments
  • Implement C-header parser
  • Implement calling functions from shared libraries (.so, .obj, .a, ...)
  • Add 64-bit support
  • Implement type guards in the compiler
  • Get rid of "GNU Assembler" dependency
  • Get rid of "GNU Linker" dependency
  • Get rid of "xxdi" dependency

0 0 0 0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.8%
  • Assembly 10.7%
  • Python 1.8%
  • Makefile 1.7%
0