issues
search
pallene-lang
/
pallene
Pallene Compiler
MIT License
697
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make traceback tests independent of numbers
#634
singul4ri7y
closed
2 months ago
1
Use luaC_objbarrierback macro
#633
hugomg
closed
2 months ago
0
Stop using /**/ to signal blank lines
#632
hugomg
closed
2 months ago
0
Optional function arguments
#631
hugomg
closed
2 months ago
0
--emit-lua: Don't "math.ln=math.log" at the start of every file
#630
hugomg
closed
2 months ago
2
--emit-lua: Don't preserve comments inside type annotations
#629
hugomg
closed
2 months ago
0
Making an API for doing flow analysis
#628
gabrielsferre
opened
3 months ago
4
Notes on using Tracebacks and Pallene Tracer adoption
#626
singul4ri7y
closed
3 months ago
0
Added `install.sh` script
#625
singul4ri7y
opened
3 months ago
2
Adaptation of version specific Pallene Tracer
#624
singul4ri7y
closed
3 months ago
1
Update to Lua 5.4.7
#623
hugomg
closed
3 months ago
1
util.shell_quote: don't quote obviously clean chars
#622
hugomg
closed
3 months ago
0
Pallene Tracer new API adaption
#621
singul4ri7y
closed
3 months ago
0
An `install.sh` to make life easier
#620
singul4ri7y
opened
3 months ago
4
Documentation regarding how to enable and use Tracebacks in Pallene
#619
singul4ri7y
closed
3 months ago
0
Improving detection of garbage collection bugs
#618
gabrielsferre
closed
3 months ago
0
"Skipped 379 frames" is too specific
#617
hugomg
closed
2 months ago
0
Abstract the flow analysis
#616
hugomg
opened
4 months ago
0
Flow analysis on garbage collector and more
#615
gabrielsferre
closed
4 months ago
0
Adaptation of `pallene-tracer` directly in Pallene
#614
singul4ri7y
closed
3 months ago
1
Slightly adjust frameenter/exit in generated C
#613
hugomg
closed
4 months ago
1
Tiny spacing change on multi-return vars
#612
hugomg
closed
4 months ago
0
coder.lua: omit "goto n+1" from JumpIf
#611
hugomg
closed
4 months ago
0
Stop using commands as keys for tables on the garbage collector
#610
gabrielsferre
closed
4 months ago
2
Using a work list when doing flow analysis
#609
gabrielsferre
opened
4 months ago
0
Improve function that cleans i.r. data structure
#608
gabrielsferre
opened
4 months ago
0
Basic-blocks-based intermediate language and flow analysis.
#607
gabrielsferre
closed
4 months ago
0
Migrate to Heap-allocated Call Stack and Performance Improvements
#606
singul4ri7y
closed
5 months ago
0
Update ast.lua(added Switch statement and Try-Catch block)
#605
nnlgsakib
closed
5 months ago
1
Stacktrace: Reset Pallene stack when done printing tracebacks to avoid stack corruption after `pcall`
#604
singul4ri7y
closed
5 months ago
0
Pallene Traceback Optimizations and Improvements
#603
singul4ri7y
closed
5 months ago
0
Stacktrace: can we avoid xpcall?
#602
hugomg
closed
2 months ago
4
Stacktrace: add test cases for anonymous Lua functions
#601
hugomg
closed
5 months ago
0
Stacktrace: print ellipsis when the stack trace is too big.
#600
hugomg
closed
5 months ago
0
Stacktrace: use structured loops inside debug_traceback
#599
hugomg
closed
5 months ago
0
No way to access compile time switches/options in later compiler passes
#598
singul4ri7y
closed
3 months ago
1
Improved stack trace in Pallene using Pallene Tracer
#597
singul4ri7y
closed
5 months ago
1
Getting started with the stack-trace improvement
#596
singul4ri7y
closed
6 months ago
0
Record tag error message includes record name instead of only "userdata"
#595
Vipul-Cariappa
closed
7 months ago
1
Add support for incorporating (some) Lua Standard libraries as builtins
#594
tcoram
opened
8 months ago
8
Bump lua-internals to 5.4.6-2
#590
hugomg
closed
1 year ago
0
The most popular tool for caching dependencies is Github's actions/cache
#589
hugomg
closed
1 year ago
0
Linter: enforce that we use return value of check_exp
#588
hugomg
closed
1 year ago
0
Root directory spring cleaning
#587
hugomg
closed
1 year ago
0
New name for Parser:syntax_error()
#586
hugomg
closed
1 year ago
0
Create a script to automate the authors list
#585
hugomg
closed
1 year ago
0
Remove unused code
#584
hugomg
closed
1 year ago
0
Remove half-baked support for method calls
#583
hugomg
closed
1 year ago
3
Improved error messages for unimplemented method syntax
#582
bjornbm
closed
1 year ago
0
Confusing error message referring to table as function
#581
bjornbm
closed
1 year ago
1
Next