issues
search
wenley
/
rust-awk
Rust Implementation of Awk
MIT License
5
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
frawk: Fast awk written in rust
#72
ghuls
opened
3 years ago
0
Add built in variables
#71
wenley
closed
4 years ago
0
Refactor context management
#70
wenley
closed
4 years ago
0
Fragment statements
#69
wenley
closed
4 years ago
0
Inject statement parsers into Action parser
#68
wenley
opened
4 years ago
2
Fragment Statement into variants
#67
wenley
closed
4 years ago
0
Introduce Printable Monad for capturing printing from functions
#66
wenley
closed
4 years ago
0
Refactor: Further simplifications to Context
#65
wenley
closed
4 years ago
0
Behavior: Block assigning variable colliding with function name
#64
wenley
closed
4 years ago
0
Wenley/consolidate context
#63
wenley
closed
4 years ago
0
Add more integration tests
#62
wenley
closed
4 years ago
0
Allow functions to return values
#61
wenley
opened
4 years ago
0
Allow functions to print
#60
wenley
closed
4 years ago
0
Simplify global context sharing
#59
wenley
closed
4 years ago
0
Conform to Awk's error format
#58
wenley
closed
4 years ago
0
Add custom functions
#57
wenley
closed
4 years ago
0
Match Awk error reporting
#56
wenley
opened
4 years ago
0
Implement `++` and `--` operators
#55
wenley
opened
4 years ago
0
Implement Assignment operators
#54
wenley
opened
4 years ago
0
C-style for-loop
#53
wenley
opened
4 years ago
0
Implement `printf` function
#52
wenley
opened
4 years ago
0
Implement custom functions
#51
wenley
opened
4 years ago
0
Implement assigning values into Fields
#50
wenley
opened
4 years ago
0
Implement Array types
#49
wenley
opened
4 years ago
0
Implement optional actions
#48
wenley
opened
4 years ago
0
Implement no-paren printing
#47
wenley
opened
4 years ago
0
Implement single-statement no-brace actions
#46
wenley
opened
4 years ago
0
Implement If statements
#45
wenley
opened
4 years ago
0
Implement optionally-terminated statements
#44
wenley
opened
4 years ago
0
Implement built-in variables
#43
wenley
opened
4 years ago
1
Implement built-in type functions
#42
wenley
opened
4 years ago
0
Implement standard numeric functions
#41
wenley
opened
4 years ago
1
Implement standard build-in String functions
#40
wenley
opened
4 years ago
1
Behavior: Reuse specification for variable names in command-line parsing
#39
wenley
closed
4 years ago
0
Better string to number parsing
#38
wenley
closed
4 years ago
0
Implement string to number coercion
#37
wenley
closed
4 years ago
0
Add integration tests
#36
wenley
closed
4 years ago
0
Reuse variable name parser for command line argument parsing
#35
wenley
closed
4 years ago
0
Proper variable parsing
#34
wenley
closed
4 years ago
0
Whitespace consistency
#33
wenley
closed
4 years ago
0
Add Boolean Operators
#32
wenley
closed
4 years ago
0
Bugfix: Allow spaces between field reference and index
#31
wenley
closed
4 years ago
0
Simplify Parser composition
#30
wenley
closed
4 years ago
0
Add comparison operators
#29
wenley
closed
4 years ago
0
Add coercion of Strings to Numbers
#28
wenley
closed
4 years ago
0
Combinator-based Operator Precedence
#27
wenley
closed
4 years ago
0
Add type alias for parsing Expressions
#26
wenley
closed
4 years ago
0
Implement Do-While loops
#25
wenley
closed
4 years ago
0
Add proper integration testing framework
#24
wenley
closed
4 years ago
0
Add exponentiation to expression/binary_math
#23
wenley
opened
4 years ago
0
Next