Trivoz
0df3357d66
docs: fix donation link ( #23 )
* fixed donation link to child foundation website
8 months ago
ehsanmok
5bcfee5892
Fix clippy errors
1 year ago
ehsanmok
006394e84f
Fix repl with updated rustyline
1 year ago
ehsanmok
21127b15fc
Fix inkwell breaking change
1 year ago
ehsanmok
48af50e80f
Update calc dependencies
1 year ago
Ehsan M. Kermani
06b971a3fa
Upgrade to llvm 14
2 years ago
Ehsan M. Kermani
3dbc9ae84b
Various content and plan updates
2 years ago
Ehsan M. Kermani
f8772a5dfa
Upgrade actions to latest
3 years ago
Preston Hager
52b0826dba
Use features to describe LLVM wrapper instead of branch ( #16 )
* Use features in LLVM wrapper instead of branch
* Fixed using parentheses on just one Binary Expression
* Fixed style issue.
3 years ago
Nafi-Amaan-Hossain
86abfb482d
Fix expressions with multiple operators. ( #12 )
* Fix expressions with multiple operators.
Expressions such as ``1 +2;`` or ``300*200`` work, but expressions which have multiple operations do not work. For example: ``1+2+3+4`` does not work, and has to be put in a chain of parentheses to get it to work. The other valid expressions are getting evaluated to the value of the first operator, for instance, ``1*2*3`` becomes 2, by evaluating 1*2 and so on.
This can be solved by adding a loop, converting the first two expressions into ``lhs`` and continuing until there are no more ``pair``s.
* Added tests
* Fixed test
Fixed mistake in making assertion of ``1 + 2 +3 == 2+2+3``
* Style correction.
* Update parser.rs
Yet another attempt to make rustfmt happy.
3 years ago
Joyce Er
6f0d23234d
Fix typo ( #11 )
3 years ago
Daniel Salvadori
d9170f6de1
Fix typo ( #7 )
3 years ago
TheMapotakes
5607dc1873
Create config.yml ( #6 )
Thanks! Clippy was complaining so had to rebase and force push.
3 years ago
Ehsan M. Kermani
c6b363ee38
Upgrade mdbook-linkcheck
Link check at build
Install linkcheck with cargo
Optional linkcheck
3 years ago
Ehsan M. Kermani
e1cbe596bb
Clippy fixes
Update .gitignore
3 years ago
shilangyu
a044c1838f
replaced 404 with draft chapters
4 years ago
Ehsan M. Kermani
b71aeae92d
Update LLVM install
4 years ago
Ehsan M. Kermani
f14ebf353b
Fix broken links and default dark theme
4 years ago
Ehsan M. Kermani
3dcf34d914
Fix clippy func clone warning
4 years ago
Istratov Dmitrii
a11ba70f63
Fixed typo ( #1 )
* fixed typo
* fixed typo in intro
4 years ago
Ehsan M. Kermani
ef523715c3
Update README.md
4 years ago
Ehsan M. Kermani
e8b12fba8a
Delete extra template
4 years ago
Ehsan M. Kermani
27545f614e
Add issue templates
4 years ago
Ehsan M. Kermani
e0c176ca70
Fix deploy after linkcheck
4 years ago
Ehsan M. Kermani
d4d339a34e
Enable linkcheck
4 years ago
Ehsan M. Kermani
cda97c203c
Add mdbook-linkcheck
4 years ago
Ehsan M. Kermani
3b5b3d3be4
Content editorial
4 years ago
Ehsan M. Kermani
7568e1c818
Fix style check
4 years ago
Ehsan M. Kermani
7c3c0cb263
Content editorial
4 years ago
Ehsan M. Kermani
164d3f0c60
Remove unnecessary casts
4 years ago
Ehsan M. Kermani
a3b827efcf
Diplay the VM output
4 years ago
Ehsan M. Kermani
41637d554f
Update README
4 years ago
Ehsan M. Kermani
4eaab22ea7
Content editorial
4 years ago
Ehsan M. Kermani
0359604fc3
CI setup
4 years ago
Ehsan M. Kermani
5eb16f79ed
Enable google analytics
4 years ago
Ehsan M. Kermani
842c78c0ac
Add gh-pages status badge
4 years ago
Ehsan M. Kermani
c2dc4f889e
Update README
4 years ago
Ehsan M. Kermani
198b3ff14f
Add cname
4 years ago
Ehsan M. Kermani
4f176c3485
Content editorial
4 years ago
Ehsan M. Kermani
b7ee3d8ff0
Add gh-pages.yml
4 years ago
Ehsan M. Kermani
638932fbaa
Initial commit
4 years ago