Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 854 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 854 Bytes

JavaVamcoScript

A Virtual programming language, just a joke.

This programming language has 3 running mode

1, use "java runClass" in cmd, Then use "java runClass" in cmd.

2, converted the codes to Java and run. (No finish)

3, converted the codes to C++ and run. It's will running faster! (No finish)

This project only is a joke, maybe I'll update it untill the 2024 Jan. 12 (Maybe will still update it)

#How to use it

first, use "javac runClass.java" in cmd. Then, write your code in Main.jvs (At .\file\code). Next, change the content of the program.inf (At .\file). the last, use "java runClass" in cmd.

#Help

This programming language only has setValue and print.

set value is this

int x = 1

print is this

print "XXX" + $x

好了,就只有这么多了。如果你有意见或者发现Bug都可以lssues中提问!