Skip to content

Commit

Permalink
Fix ReadNum for EAS
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-adam committed May 4, 2023
1 parent bf149e5 commit e8d63ce
Show file tree
Hide file tree
Showing 126 changed files with 253 additions and 269 deletions.
4 changes: 2 additions & 2 deletions .output/actual/eas/eta/assembleFile/fact.eta
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ NteSANeNteSST
NteNtseT
NeH
NteS
ANteNneT
ANteNneTNteH
ANteNsaeT
NteNaeHT
I
NeHNiieS
ANeNteSST
NeNteTNaheT
NeNteH
NsseNiieS
NsseS
NteH
NtoeANteNsaeT
NeNteH
Expand Down
2 changes: 1 addition & 1 deletion .output/actual/eas/eta/assembleFile/factN1H.eta
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NeHNiieS
ANeNteSST
NeNteTNaheT
NeNteH
NsseNiieS
NsseS
NteH
NtoeANteNsaeT
NeNteH
Expand Down
4 changes: 2 additions & 2 deletions .output/actual/eas/eta/generateCode/fact.eta
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ NteSANeNteSST
NteNtseT
NeH
NteS
ANteNneT
ANteNneTNteH
ANteNsaeT
NteNaeHT
I
NeHNiieS
ANeNteSST
NeNteTNaheT
NeNteH
NsseNiieS
NsseS
NteH
NtoeANteNsaeT
NeNteH
Expand Down
2 changes: 1 addition & 1 deletion .output/actual/eas/eta/generateCode/readnum.eta
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NeHNiieS
ANeNteSST
NeNteTNteT
NeNteH
NsseNiieS
NsseS
NteH
NtoeANteNaneT
NeNteH
Expand Down
4 changes: 2 additions & 2 deletions .output/golden/eas/eta/assembleFile/fact.eta
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ NteSANeNteSST
NteNtseT
NeH
NteS
ANteNneT
ANteNneTNteH
ANteNsaeT
NteNaeHT
I
NeHNiieS
ANeNteSST
NeNteTNaheT
NeNteH
NsseNiieS
NsseS
NteH
NtoeANteNsaeT
NeNteH
Expand Down
2 changes: 1 addition & 1 deletion .output/golden/eas/eta/assembleFile/factN1H.eta
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NeHNiieS
ANeNteSST
NeNteTNaheT
NeNteH
NsseNiieS
NsseS
NteH
NtoeANteNsaeT
NeNteH
Expand Down
4 changes: 2 additions & 2 deletions .output/golden/eas/eta/generateCode/fact.eta
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ NteSANeNteSST
NteNtseT
NeH
NteS
ANteNneT
ANteNneTNteH
ANteNsaeT
NteNaeHT
I
NeHNiieS
ANeNteSST
NeNteTNaheT
NeNteH
NsseNiieS
NsseS
NteH
NtoeANteNsaeT
NeNteH
Expand Down
2 changes: 1 addition & 1 deletion .output/golden/eas/eta/generateCode/readnum.eta
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NeHNiieS
ANeNteSST
NeNteTNteT
NeNteH
NsseNiieS
NsseS
NteH
NtoeANteNaneT
NeNteH
Expand Down
20 changes: 2 additions & 18 deletions docs/developers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,34 @@
# 📅 Revision history for HelPA

## 0.4.4.1 -- 2023-03-27

Fix ReadNum for EAS
## 0.4.5.0 -- 2023-05-04
* Fix ReadNum for EAS

## 0.4.4.0 -- 2022-10-04

* Use `optparse-applicative` for CLI better

## 0.4.3.1 -- 2022-09-09

* Extract HelIO
* Upgrade documentations

## 0.4.3.0 -- 2022-04-04

* Update common

## 0.4.2.0 -- 2022-01-07

* Add `Logger` based on Writer
* Refactor `Safe`
* Replace `CartesianProduct` to `ZipA`
* Use local `hlint`

## 0.4.1.0 -- 2021-12-23

* Add `Assembler of SubLeq` from eigenratios

## 0.4.0.3 -- 2021-12-14

* Fix version in cabal

## 0.4.0.0 -- 2021-12-13

* Add `Assembler of SubLeq`

## 0.3.5.0 -- 2021-09-07

* Use `Vector`
* Use `Slist`
* Use `LinkedList`
Expand All @@ -48,7 +39,6 @@ Fix ReadNum for EAS
* Add `Makefile`

## 0.3.4.0 -- 2021-07-22

* Use `MonadError`
* Use `Stan`
* Use `pretty-simple` for golden tests
Expand All @@ -57,30 +47,24 @@ Fix ReadNum for EAS
* Remove `gradle`

## 0.3.3.0 -- 2021-07-6

* Use `Safe`, remove `error` calls
* Replace `String` by `Text`
* Extract `HelVM.Common` and `HelVM.Common.Digit` packages
* Fix `AsmParser` and specification

## 0.3.2.0 -- 2021-06-06

* Use `HSpec` and add golden tests

## 0.3.1.0 -- 2021-01-22

* Use `relude` library

## 0.3.0.0 -- 2021-01-14

* Add WSA, Assembler of WhiteSpace

## 0.2.0.0 -- 2020-08-09

* Add EAS, Assembler of ETA

## 0.1.0.0 -- 2020-08-08

* First version. Released on an unsuspecting world.

## 🦄 🌈 ❤️ 💛 💚 💙 🤍 🖤
2 changes: 1 addition & 1 deletion docs/license/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020-2022 WriteOnly Developers
Copyright 2020-2023 WriteOnly Developers

Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
Expand Down
2 changes: 1 addition & 1 deletion docs/license/LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 WriteOnly Developers
Copyright (c) 2020-2023 WriteOnly Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
80 changes: 40 additions & 40 deletions docs/reports/helpa-test/hpc_index.html

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions docs/reports/helpa-test/hpc_index_alt.html

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions docs/reports/helpa-test/hpc_index_exp.html

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions docs/reports/helpa-test/hpc_index_fun.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>HelVM.HelPA.Assembler.API.SourcePath</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">helpa-0.4.4.0: HELPA - Heavenly Esoteric Little Portable Assembler to esoteric languages</span><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">HelVM.HelPA.Assembler.API.SourcePath</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:absolutePath" class="def">absolutePath</a> :: <a href="HelVM-HelPA-Assembler-API-SourcePath.html#t:SourcePath" title="HelVM.HelPA.Assembler.API.SourcePath">SourcePath</a> -&gt; <a href="HelVM-HelPA-Assembler-API-SourcePath.html#t:SourcePath" title="HelVM.HelPA.Assembler.API.SourcePath">SourcePath</a> <a href="#v:absolutePath" class="selflink">#</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:SourcePath" class="def">SourcePath</a> <a href="#t:SourcePath" class="selflink">#</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:SourcePath" class="def">SourcePath</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:dirPath" class="def">dirPath</a> :: !<a href="file:///home/kamil-adam/.ghcup/ghc/8.10.5/share/doc/ghc-8.10.5/html/libraries/base-4.14.2.0/System-IO.html#t:FilePath" title="System.IO">FilePath</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:filePath" class="def">filePath</a> :: !<a href="file:///home/kamil-adam/.ghcup/ghc/8.10.5/share/doc/ghc-8.10.5/html/libraries/base-4.14.2.0/System-IO.html#t:FilePath" title="System.IO">FilePath</a></dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.24.2</p></div></body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>HelVM.HelPA.Assembler.API.SourcePath</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">helpa-0.4.5.0: HELPA - Heavenly Esoteric Little Portable Assembler to esoteric languages</span><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">HelVM.HelPA.Assembler.API.SourcePath</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:absolutePath" class="def">absolutePath</a> :: <a href="HelVM-HelPA-Assembler-API-SourcePath.html#t:SourcePath" title="HelVM.HelPA.Assembler.API.SourcePath">SourcePath</a> -&gt; <a href="HelVM-HelPA-Assembler-API-SourcePath.html#t:SourcePath" title="HelVM.HelPA.Assembler.API.SourcePath">SourcePath</a> <a href="#v:absolutePath" class="selflink">#</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:SourcePath" class="def">SourcePath</a> <a href="#t:SourcePath" class="selflink">#</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:SourcePath" class="def">SourcePath</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:dirPath" class="def">dirPath</a> :: !<a href="file:///home/kamil-adam/.ghcup/ghc/8.10.5/share/doc/ghc-8.10.5/html/libraries/base-4.14.2.0/System-IO.html#t:FilePath" title="System.IO">FilePath</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:filePath" class="def">filePath</a> :: !<a href="file:///home/kamil-adam/.ghcup/ghc/8.10.5/share/doc/ghc-8.10.5/html/libraries/base-4.14.2.0/System-IO.html#t:FilePath" title="System.IO">FilePath</a></dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.24.2</p></div></body></html>
Loading

0 comments on commit e8d63ce

Please sign in to comment.