Logo
Explore Help
Register Sign In
admin/j-lang
1
0
Fork 0
You've already forked j-lang
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
da9bb6ca6250bd0bac9ef222387e0fc775c26500
j-lang/projects/str.j

12 lines
108 B
Plaintext
Raw Normal View History

Add string type support: literals, concatenation, println, and if eval - Implement string literal tokenization and parsing (lexer + parser) - Add string concatenation with + operator in evaluator - Add println keyword for printing with newline - Add NODE_IF evaluation in VM - Fix null terminator bug in string concat buffer
2026-02-16 17:39:52 +01:00
x = 0
while x < 10:
x = x + 1
if x > 9:
println "fin"
x = "a"
y = x * 1
z = y + 2
println "a" + z
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 29ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API