Skip to content

Treechcer/DIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming language

This is test of making a programming language in C with the least amount of help from google as possible. This will be small interpreted language.

NOTE: this is my first C code. I only used C++ (as the most SIMILAR language to C).

ISSUES (right now)

  • (probably fixed too?) lexer lexes more things than the string has or something? Not sure but it seems it tries to parse (in specific codes) some text like "Buffer underflow" or so I guess at least (not sure how to write the whole message out)
  • Make variable types work somehow differently
  • Reading files doesn't really work? If I try to read them, sometimes it end with some weird characters (that aren't even there)?

About

Small programing language written in C.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors