index
:
lrl
master
[not maintained] LRL Programming Language (predecessor of SLUL)
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
unittest
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-17
Constexpr: Implement integer multiplication
Samuel Lidén Borell
1
-1
/
+25
2017-08-19
Constexpr: Fix too small memory allocation in some right shift exprs
Samuel Lidén Borell
1
-0
/
+8
2017-08-18
C backend: Don't print anonymous types twice
Samuel Lidén Borell
2
-0
/
+179
2017-08-12
Tests: Add (void) to parameterless functions
Samuel Lidén Borell
1
-2
/
+2
2016-04-03
Tests: Fix compilation warnings in unit tests
Samuel Lidén Borell
1
-6
/
+6
2016-03-28
Constexpr: Fix malformed number in some cases when shifting away all digits
Samuel Lidén Borell
1
-0
/
+4
2016-03-28
Constexpr: Proper error handling
Samuel Lidén Borell
3
-9
/
+16
2016-03-28
Constexpr: Implement addition/subtraction of hexadecimal numbers
Samuel Lidén Borell
1
-0
/
+19
2016-03-28
Constexpr: Implement comparison of hexadecimal numbers
Samuel Lidén Borell
1
-0
/
+23
2016-03-25
Constexpr: Implement bitwise shifts, and refactor the code a bit
Samuel Lidén Borell
3
-6
/
+63
2016-03-22
Constexpr: Implement bitwise logic operators (bitand, bitor, bitxor)
Samuel Lidén Borell
1
-1
/
+22
2016-03-21
Constexpr: Add function to convert decimal to hex
Samuel Lidén Borell
1
-3
/
+47
2016-03-21
Tests: Minimalistic unit testing code
Samuel Lidén Borell
4
-0
/
+210