Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / thedavidchu/dolang issues and pull requests
#75 - Add description of helper functions
Pull Request -
State: closed - Opened by thedavidchu 5 months ago
#74 - Cleanup
Pull Request -
State: closed - Opened by thedavidchu 5 months ago
- 2 comments
#73 - Add support for arrays to compiler
Pull Request -
State: open - Opened by thedavidchu 6 months ago
#72 - Upgrade GitHub Action scripts from Node.js 16 to Node.js 20
Pull Request -
State: closed - Opened by thedavidchu 9 months ago
#71 - Add badges to README
Pull Request -
State: closed - Opened by thedavidchu 9 months ago
#70 - Ingest token stream from JSON
Issue -
State: open - Opened by thedavidchu 11 months ago
Labels: enhancement
#69 - Add support for arrays
Issue -
State: open - Opened by thedavidchu 11 months ago
#68 - Fix C code
Pull Request -
State: closed - Opened by thedavidchu 11 months ago
#67 - Remove C Code
Pull Request -
State: closed - Opened by thedavidchu 11 months ago
#66 - Clean up code (should be squashed with previous)
Pull Request -
State: closed - Opened by thedavidchu 11 months ago
#65 - Transpiler Namespace Parsing
Issue -
State: open - Opened by thedavidchu 11 months ago
#64 - Transpiler Error Handling
Issue -
State: open - Opened by thedavidchu 11 months ago
#63 - Clean up compiler code
Pull Request -
State: closed - Opened by thedavidchu 11 months ago
#62 - Rename prototype to compiler
Pull Request -
State: closed - Opened by thedavidchu 11 months ago
#61 - Compile "Hello, World!"
Pull Request -
State: closed - Opened by thedavidchu 11 months ago
#60 - Enable plus and expr in func def
Pull Request -
State: closed - Opened by thedavidchu over 1 year ago
#59 - Fix fibo example to use correct namespace and let semantics
Pull Request -
State: closed - Opened by thedavidchu over 1 year ago
#58 - Enable namespaces and '::' op
Pull Request -
State: closed - Opened by thedavidchu over 1 year ago
#57 - Wrap long lines in src/main.c
Pull Request -
State: closed - Opened by thedavidchu over 1 year ago
#56 - Deprecate old prototype
Pull Request -
State: closed - Opened by thedavidchu over 1 year ago
#55 - Commented out failing hash table tests
Pull Request -
State: closed - Opened by thedavidchu over 1 year ago
#54 - Prototype simple tokenizer and parser in Python
Pull Request -
State: closed - Opened by thedavidchu over 1 year ago
#53 - Added mem testing
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#52 - Integrate unity testing framework
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#51 - Create linux_ci.yaml
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#50 - Update tbl_helper.h
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#49 - Tokenizer (in C): Basic whitespace-delimited tokenizer with reduced set of operands
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#48 - Tokenizer (in C): Read in Text File (passed from command line)
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#47 - AST: while-loop
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#46 - AST: if-elseif-else
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#45 - AST: Declare variable
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#44 - AST: Function
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#43 - More Lint
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#42 - Added linting
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment
#41 - Rstr: Better Printing
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#40 - Rstr: Test negative failing cases
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#39 - Read-only string
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#38 - Create read-only string
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#37 - Allow Compression and Resize of Table
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#36 - Added prototype for better testing
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment
#35 - Testing: Better testing "functions" (also in different files)
Issue -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment
Labels: enhancement, good first issue
#34 - Infrastructure: Python linter -- make Black use 80 char lines in Github Actions
Issue -
State: open - Opened by thedavidchu over 2 years ago
#33 - Dchu/clean up tokenizer
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#32 - Tokenizer: add a more detailed TokenType (e.g. name it "DetailedTokenType")
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#31 - Tokenizer: only allow 1 decimal point in a number
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#30 - Renamed tokenizer
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#29 - Renamed tokenizer
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#28 - Revert "Renamed tokenizer"
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#27 - Tokenizer: add [float-or-int]e[+-]?[decimal] notation
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#26 - Renamed tokenizer
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#25 - Tokenizer: Rename tokenizer2.py -> tokenizer.py
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#24 - Tokenizer: More Examples
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#23 - Finally set up linter
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#22 - Prototype tokenizer
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#21 - Python (Black) and C (cpplint) Linters
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#20 - Infrastructure: Autotester
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#19 - Infrastructure: Setup linter
Issue -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment
#18 - Valgrind errno with malloc or realloc fail
Issue -
State: closed - Opened by thedavidchu over 2 years ago
Labels: compatibility
#17 - Tbl: robinhood hash table
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#16 - Tbl: support different sized table (uint8, uint16, uint32, uint64, ..., size_t)
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#15 - Come up with structure for interpreter objects
Issue -
State: closed - Opened by thedavidchu over 2 years ago
Labels: design
#14 - Tbl: Compress + Resize Table
Issue -
State: closed - Opened by thedavidchu over 2 years ago
Labels: enhancement
#13 - Search functions should return error code
Issue -
State: closed - Opened by thedavidchu over 2 years ago
- 2 comments
Labels: wontfix
#12 - Ensure testing functions print to stdout
Issue -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment
#11 - Printing functions
Issue -
State: closed - Opened by thedavidchu over 2 years ago
- 2 comments
#10 - Make current issues more manageable in size and scope
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#9 - BIG ISSUE: Abstract Syntax Tree
Issue -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment
Labels: help wanted
#8 - BIG ISSUE: Write Tokenizer
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#7 - Dchu/tbl
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#6 - Added example program
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#5 - Dchu/src2
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
#4 - Text class in tokenizer.py
Pull Request -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment
#3 - BIG ISSUE: Write and integrate basic hash table.
Issue -
State: closed - Opened by thedavidchu over 2 years ago
#2 - Write and integrate array functions
Issue -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment
#1 - Break test_mem() into unit tests
Issue -
State: closed - Opened by thedavidchu over 2 years ago
- 1 comment