Skip to content

miyagaw61/mylang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

mylang

mylang - 勉強がてらとりあえず作ってみた簡単なC言語製独自プログラミング言語

Install

git clone https://github.com/miyagaw61/mylang
cd mylang
gcc mylang.c -o mylang

Usage

code.ml

a = 1 + 2
a = a + 3
print(a)
b = a * 3 / 9
print(b)

execute

./mylang code.ml

output

6
2

About

勉強がてらとりあえず作ってみた簡単なC言語製独自プログラミング言語

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published