The main purpose for this web app is a demostration of the AWP application.
This is a Javascript calculator without using eval()
function, while meantime fully functional for all possible integer operation combinations. Notice that this is an Interger calculator, floating point number will be truncated, for example 7/2 will be 3 instead of 3.5.
Due to the javascript Number.MAX_SAFE_INTEGER
limitation, I decided to support the largest number for now is only at Dword size, though the 64-bit number may be implanted for the next feature.
- https://skychang.github.io/2015/08/27/Webpack-dev_server/
- https://ithelp.ithome.com.tw/articles/10194056
- https://medium.com/html-test/從無到有建立-webpack-設定檔-一-42fbc76a2d37
- http://www.mrmu.com.tw/2017/08/18/webpack-tutorial2-css-scss/
- https://blog.johnwu.cc/article/webpack-4-sass-to-css.html
- https://pjchender.github.io/2018/05/17/webpack-學習筆記(webpack-note)/
- https://medium.com/@cos214159/webpack-筆記整理-三-loader-8ce3cc04e9e4