Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
GWFHLang
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
GWFHLang
Commits
cf054b6f
Kaydet (Commit)
cf054b6f
authored
Mar 25, 2019
tarafından
Batuhan Taşkaya
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
support only if
üst
cc2fe118
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
compiler.py
gwfhlang/compiler.py
+13
-1
No files found.
gwfhlang/compiler.py
Dosyayı görüntüle @
cf054b6f
...
...
@@ -82,9 +82,21 @@ class Compiler(Transformer):
*
create_instr
(
'jfe'
,
30
),
*
suite_else
]
return
code
else
:
comp
,
suite
=
tokens
loads
=
[
*
create_instr
(
"load"
,
29
,
*
arkhe_int
(
len
(
suite
))),
*
create_instr
(
"load"
,
30
,
*
arkhe_int
(
0
))]
code
=
[
*
loads
,
*
comp
,
*
create_instr
(
'jfe'
,
30
),
# No jump
*
create_instr
(
'jfn'
,
29
),
# Jump amount of suite
*
suite
,
]
return
code
def
suite
(
self
,
tokens
):
return
list
(
chain
.
from_iterable
(
tokens
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment