issues
search
Eclalang
/
Ecla
Ecla is a programming language that is designed to be easy to learn and use. It is a general purpose language that can be used for many different things.
https://ecla.dev
MIT License
79
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Issue #420 struct dependency error
#421
mkarten
closed
1 month ago
1
functions parameters with struct type are not unregistered from the dependency list
#420
mkarten
closed
1 month ago
0
updated interpreter error and replaced parseExpr with the appropriate allowed expression
#419
mkarten
closed
1 month ago
1
Calling a lib function of accessing field inside a binary expression causses an error
#418
mkarten
closed
1 month ago
1
testing the implementation of the pixel graphics engine as an ecla library
#417
mkarten
opened
1 month ago
0
Make it possible for libraries to export their own struct definitions
#416
mkarten
opened
4 months ago
0
added the call to mainthread in the main function
#415
mkarten
closed
4 months ago
1
Run the ecla client via the mainthread to prepare for the graphical library implementation
#414
mkarten
closed
4 months ago
0
Error in assignement type checking for structs
#413
mkarten
opened
4 months ago
0
Issue #267 refactor unit tests
#412
Sanegv
closed
4 months ago
1
fixed Eq by removing variable names clash
#411
Sanegv
closed
5 months ago
1
fix eq struct
#410
Sanegv
closed
5 months ago
0
fixed the condition
#409
Sanegv
closed
5 months ago
1
fix condition in set() in struct.go
#408
Sanegv
closed
5 months ago
0
added var case in SetValue() in struct
#407
Sanegv
closed
5 months ago
0
implemented var for Eq() in struct
#406
Sanegv
closed
5 months ago
1
add var case in struct
#405
Sanegv
closed
5 months ago
1
error message now reflects what's happening
#404
Sanegv
closed
5 months ago
1
Issue #397 fix sub map
#403
Sanegv
closed
5 months ago
1
added keys comparison in maps
#402
Sanegv
closed
5 months ago
1
Add unit test for Sizeof
#401
tot0p
opened
5 months ago
0
add unit test for structDecl.go
#400
tot0p
closed
5 months ago
1
Add unit test in eclaDecl
#399
tot0p
closed
5 months ago
0
fixed the index
#398
Sanegv
closed
5 months ago
1
fix add and sub map
#397
Sanegv
closed
5 months ago
0
fix GetTypeOfKeyAndValue in map
#396
Sanegv
closed
5 months ago
0
compare keys in map eq
#395
Sanegv
closed
5 months ago
0
fixed map eq
#394
Sanegv
closed
5 months ago
1
fix error message in map append
#393
Sanegv
closed
5 months ago
0
Add var case in map eq
#392
Sanegv
closed
5 months ago
0
fixed char and int compatibility
#391
Sanegv
closed
5 months ago
1
fix char and int intercompatibility in List Append
#390
Sanegv
closed
5 months ago
0
removed the function
#389
Sanegv
closed
5 months ago
1
remove useless CheckTypeOfList function
#388
Sanegv
closed
5 months ago
0
fixed the method
#387
Sanegv
closed
5 months ago
1
fix list append
#386
Sanegv
closed
5 months ago
0
added the var case where it was needed
#385
Sanegv
closed
5 months ago
1
add var case in all methods of List.go
#384
Sanegv
closed
5 months ago
0
implemented var case
#383
Sanegv
closed
5 months ago
1
add var case in list mul
#382
Sanegv
closed
5 months ago
0
added a check for value types of lists
#381
Sanegv
closed
5 months ago
1
removed the unsafe casts
#380
Sanegv
closed
5 months ago
1
fix ecla crash when comparing lists
#379
Sanegv
closed
5 months ago
0
added hookExit and restoreExit test in the errorHandler package
#378
mkarten
closed
5 months ago
1
finish code coverage of the error handler
#377
mkarten
closed
5 months ago
0
remove repetition in parser and achieved 100% code coverage
#376
mkarten
closed
5 months ago
1
remove repetition and useless checks in the parser
#375
mkarten
closed
5 months ago
0
check list type in setvalue
#374
Sanegv
closed
5 months ago
0
Issue #279 add test parser
#373
mkarten
closed
5 months ago
1
investigate TypeAndNumberOfArgsIsCorrect
#372
Sanegv
opened
5 months ago
0
Next