Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ArabicBASIC examples

UTF-8 .bas scripts for manual runs and automated smoke tests.

Files Notes
CONDITIONAL_Ar.bas, INPUT_Ar.bas, LOOP_Ar.bas Arabic syntax — match the current grammar.
test_*.bas Legacy Latin keywords (LET, IF, …) — kept for reference; they do not parse with the current Arabic lexer/parser.

Run from the repo root after mvn package:

java -jar target/ArabicBASIC-0.7.2-jar-with-dependencies.jar examples/CONDITIONAL_Ar.bas

(0.7.2 follows <version> in pom.xml.)