ReinUsesLisp
22cc6f6c1b
cmake: Always treat warnings as errors
...
Enable cast warnings in gcc and clang and always treat warnings as
errors.
GetWordCount now returns std::size_t for simplicity and the word count
is asserted and casted in WordCount (now called CalculateTotalWords.
Silence warnings.
2019-11-27 05:25:35 -03:00
ReinUsesLisp
b4eeadfd9b
operand: Use pure virtual functions
2019-11-01 06:07:53 -03:00
ReinUsesLisp
4c2981eab5
operand: Move operand_type initialization to constructor
2019-11-01 05:52:49 -03:00
ReinUsesLisp
d24685ebd3
Revert "operand: Implement operand hashing and use hashed set for declarations"
...
This reverts commit 1e665afa36
.
2019-09-09 16:48:05 -03:00
ReinUsesLisp
60a856d266
Relicense to The BSD 3-clause license
2019-07-14 18:50:44 -03:00
ReinUsesLisp
1e665afa36
operand: Implement operand hashing and use hashed set for declarations
...
Instead of manually searching each element in the declarations vector,
use an unordered_set to emplace new declarations avoiding repetition.
2019-06-08 05:23:15 -03:00
ReinUsesLisp
73595f4588
Change clang-format settings
2019-03-11 03:26:21 -03:00
ReinUsesLisp
f5944d61a6
Upgrade from LGPLv2.1 to LGPLv3
2018-11-16 04:10:10 -03:00
ReinUsesLisp
0485e1877c
Use some C++17 features
2018-10-03 00:32:45 -03:00
ReinUsesLisp
014c6ab586
Split literal files
2018-08-28 04:16:52 -03:00
ReinUsesLisp
48cbe695f0
Add OpConstant
2018-08-27 00:29:40 -03:00
ReinUsesLisp
f68dbb20fc
Fixup License header 2 -> 2.1
2018-08-26 23:28:39 -03:00
ReinUsesLisp
c0d61d32d4
Fixup License
2018-08-26 22:27:33 -03:00
ReinUsesLisp
34d215d3d8
Implement stuff
2018-08-25 20:16:37 -03:00