issues
search
alex
/
bagel
Bagels are delicious
BSD 3-Clause "New" or "Revised" License
22
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added support for assignment statements at the module level for constants
#74
alex
closed
10 years ago
0
Do a better job tracking source position
#73
alex
opened
10 years ago
0
Added support for elses on if statements
#72
alex
closed
10 years ago
0
Added support for if statements
#71
alex
closed
10 years ago
0
Added parsing support for binops
#70
alex
closed
10 years ago
0
First pass at lowering stuff to an untyped CFG. Very raw.
#69
alex
opened
10 years ago
5
Added support for parsing function return types
#68
alex
closed
10 years ago
0
Added a test to verify there are no conflicts in the grammar
#67
alex
closed
10 years ago
0
Fixed #54 -- try on a new match syntax for size
#66
alex
closed
10 years ago
0
Clean up how productions are defined
#65
alex
closed
10 years ago
0
Parse assignment
#64
alex
closed
10 years ago
0
Parse match statements
#63
alex
closed
10 years ago
0
Think comprehensively about system utility APIs
#62
alex
opened
10 years ago
0
Rewrite the tests via a visistor
#61
alex
closed
10 years ago
2
Implement parsing fancy enums.
#60
alex
closed
10 years ago
0
Handle parsing enums
#59
alex
closed
10 years ago
0
Added support for parsing class declerations
#58
alex
closed
10 years ago
0
Update examples of imports to reflect the latest sytnax decision
#57
alex
closed
10 years ago
0
Started adding a parser -- very raw, can parse return and basic function defn
#56
alex
closed
10 years ago
0
Added support for lexing assignment
#55
alex
closed
10 years ago
0
consider a different keyword than "match" for pattern matching
#54
glyph
closed
10 years ago
12
consider replacing "->" sigil with a word that can be read
#53
glyph
opened
10 years ago
6
pronunciation guide
#52
glyph
closed
10 years ago
2
Use subscripting for generics.
#51
alex
closed
10 years ago
0
Clean up lexer.py a bit
#50
alex
closed
10 years ago
0
Figure out import syntax
#49
alex
closed
10 years ago
1
Introduce the case keyword for each member of an enum
#48
alex
closed
10 years ago
3
Change the syntax for makign types
#47
alex
closed
10 years ago
2
Added support for lexing match statements
#46
alex
closed
10 years ago
0
Add support for lexing function return types
#45
alex
closed
10 years ago
0
Python 3 support
#44
frewsxcv
closed
10 years ago
1
Should the "class" keyword be a part of enum and interface declarations?
#43
alex
closed
10 years ago
1
Added support for lexing enum declarations
#42
alex
closed
10 years ago
0
added the class statement
#41
alex
closed
10 years ago
0
Lexer doesn't handle empty lines in the middle of a block
#40
alex
opened
10 years ago
1
Added tests for multiple indents
#39
alex
closed
10 years ago
0
check for branch coverage and fix missed branch
#38
alex
closed
10 years ago
0
Don't build branches directly, let the PRs do that
#37
alex
closed
10 years ago
0
Fix channels for how Travis supports ## IRC channels.
#36
alex
closed
10 years ago
1
initial lexer!
#35
alex
closed
10 years ago
0
Minor spelling fix - expirement -> experiment
#34
iambmelt
closed
10 years ago
1
added travis
#33
alex
closed
10 years ago
0
Is pattern matching an Interface that user defined classes can implement?
#32
dreid
opened
10 years ago
3
Can you pattern match collection types?
#31
dreid
opened
10 years ago
1
Are references mutable?
#30
dreid
closed
10 years ago
1
Started documenting persistent data structures
#29
alex
closed
10 years ago
1
Document immutability semantics
#28
alex
closed
10 years ago
0
Initial text on error handling in bagel
#27
alex
closed
10 years ago
2
Initial stub of a memcached client
#26
alex
closed
10 years ago
1
Non polluting enums
#25
alex
closed
10 years ago
0
Next