Skip to content

yabincui/crowbar_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crowbar_extension

implement crowbar script language and extend it in some areas.

crowbar_extension is a script language interpreter used for crowbar language.

INSTALL

crowbar_extension uses flex for lexical analyzer generation and bison for syntax parser generation. In the meantime, it uses oniguruma regular expressions library.

To install it, you should make sure you have flex, bison and oniguruma regular library installed. Their versions on my environment is:

flex 2.5.35 bison 2.5 oniguruma 5.9.5

As it is simple, you don't need to configure or make install it, you can just use 'make' and 'make clean'.

About

implement crowbar script language and extend it in some areas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors