Skip to content

whoseJam/whoscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a simple interpreter

design

source code -> tokens -> expression

tokens & expression -> statement

for every statement there is an "execute" method

grammar

there are examples in the dir of ./example

the grammar is kind of a mixtrue of C and javaScript

usage

use "make" to build the program

executable file is named as "test"

./test filepath

for example :

./test ./example/helloWorld.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published