-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: mattjquinn/jcompiler
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Eliminate code duplication among print-related functions.
refactor
#34
opened Apr 5, 2019 by
mattjquinn
Add support for sparse n-dim arrays and/or lazy evaluation
optimization
#33
opened Apr 5, 2019 by
mattjquinn
Support padded print and width detection for doubles
enhancement
New feature or request
#31
opened Apr 3, 2019 by
mattjquinn
Detect performance regressions of both the compiler and compiled binaries duirng builds.
builds
tests
#26
opened Mar 31, 2019 by
mattjquinn
Unable to consistent deploy built documentation from travis to GitHub pages.
bug
Something isn't working
builds
#25
opened Mar 31, 2019 by
mattjquinn
Minimize heap allocations, put as much as possible on the stack.
experimental
optimization
#22
opened Mar 27, 2019 by
mattjquinn
Experiment with defining C runtime funcs in Rust instead on branch
with-rust-runtime
experimental
#20
opened Mar 27, 2019 by
mattjquinn
Run valgrind and clang static analysis on each build
builds
tests
#19
opened Mar 27, 2019 by
mattjquinn
Before next stable release, add rustdoc comments to all Rust and C functions
documentation
#16
opened Mar 27, 2019 by
mattjquinn
Improve parser/compiler error messages (especially using Good for newcomers
ansi_term
crate).
good first issue
#15
opened Mar 27, 2019 by
mattjquinn
Replace exit() calls in the C library code with a handler that cleans up properly
good first issue
Good for newcomers
#14
opened Mar 27, 2019 by
mattjquinn
For release 0.1.0, update CHANGELOG.md and provide precompiled binaries in "Releases" tab.
documentation
#12
opened Mar 27, 2019 by
mattjquinn
In LLVM IR builder, only import/declare J library functions that are actually used by the program being compiled.
good first issue
Good for newcomers
#11
opened Mar 27, 2019 by
mattjquinn
Implement J's random generator to gain a source of dynamic expressions with which to test.
good first issue
Good for newcomers
tests
#10
opened Mar 27, 2019 by
mattjquinn
Add Rust macros to eliminate duplication of code
good first issue
Good for newcomers
refactor
#9
opened Mar 27, 2019 by
mattjquinn
Handle divide by zero
bug
Something isn't working
good first issue
Good for newcomers
#8
opened Mar 27, 2019 by
mattjquinn
Verbs should inherently be entities that can be printed to stdout
bug
Something isn't working
good first issue
Good for newcomers
#7
opened Mar 26, 2019 by
mattjquinn
Tests fail to run in parallel due to memory leak/sharing in compiler.
bug
Something isn't working
#6
opened Mar 26, 2019 by
mattjquinn
Reorganize llvm.rs, make as much as possible private
good first issue
Good for newcomers
refactor
#5
opened Mar 26, 2019 by
mattjquinn
Dyadic verbs should display "length error" for i.e. 1 2 3 + 4 5
bug
Something isn't working
good first issue
Good for newcomers
#4
opened Mar 26, 2019 by
mattjquinn
Print large numbers using scientific notation
bug
Something isn't working
good first issue
Good for newcomers
#3
opened Mar 26, 2019 by
mattjquinn
Write more parser tests.
good first issue
Good for newcomers
tests
#2
opened Mar 26, 2019 by
mattjquinn
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.