~rabbits/vera

Vera interpreter, written in C89
Fixed issue with empty symbol at EOF
Fixed matching bug
Added ws in test file

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/vera
read/write
git@git.sr.ht:~rabbits/vera

You can also use your local clone with git send-email.

#Vera

A vera playground.

#Build

cc src/vera.c -o bin/vera

#Run

To run a project without interaction:

./bin/vera example/intro.fra

#Manual

|item1, item2| result

|foo, bar, baz|
	lah,
	dih,
	dah

|| item1 item2 item3 
Do not follow this link